View Source

/hsphere/local/home/c251266/sunsetvines.com/www.sunsetvines.com/sunsetvines/current/public/dispatch.php (323 B)

#0001  
#0002  
#0003  
#0004  
#0005  
#0006  
#0007  
#0008  
#0009  
#0010  
#0011  
#0012  
#0013  
#0014  
#0015  
<?php

/**
 *  This file calls the event and creates the page to be displayed. Created on 10/20/2005.
 * 
 * @copyright Copyright (c) 2005, creovel.org
 * @package creovel
 */
ini_set("display_errors","1");
ini_set("html_errors","1");
//ERROR_REPORTING(E_ALL);

require_once('../config/environment.php');
creovel::run();
?>