changing paths with new folder structure

This commit is contained in:
Naomi 2011-04-15 13:25:52 -04:00
parent 428357e5f8
commit dfa508a9ea
2 changed files with 9 additions and 3 deletions

View file

@ -6,8 +6,8 @@
* @license http://www.gnu.org/licenses/gpl.txt
*/
set_include_path(__DIR__.'/../../../library' . PATH_SEPARATOR . get_include_path());
require_once __DIR__.'/../../../application/configs/conf.php';
set_include_path(__DIR__.'/../../../airtime_mvc/library' . PATH_SEPARATOR . get_include_path());
require_once __DIR__.'/../../../airtime_mvc/application/configs/conf.php';
require_once(dirname(__FILE__).'/../../include/AirtimeInstall.php');
AirtimeInstall::DbConnect(true);