-fix invalid path includes

This commit is contained in:
martin 2011-04-14 23:08:55 -04:00
parent 03ab7edea0
commit 7d2c2f65f2
4 changed files with 8 additions and 7 deletions

View file

@ -12,8 +12,8 @@ set_time_limit(0);
error_reporting(E_ALL);
set_error_handler("camp_import_error_handler", E_ALL & !E_NOTICE);
require_once(dirname(__FILE__)."/../application/configs/conf.php");
require_once(dirname(__FILE__)."/../application/models/StoredFile.php");
require_once("/var/www/airtime/application/configs/conf.php");
require_once("/var/www/airtime/application/models/StoredFile.php");
require_once('DB.php');
require_once('Console/Getopt.php');