changes to propel config so that it looks at the proper file.
This commit is contained in:
parent
d60e3e5476
commit
42284deb58
3 changed files with 2 additions and 22 deletions
|
@ -4,7 +4,7 @@ require_once (__DIR__."/configs/navigation.php");
|
|||
require_once (__DIR__."/configs/ACL.php");
|
||||
|
||||
require_once 'propel/runtime/lib/Propel.php';
|
||||
Propel::init(__DIR__."/configs/propel-config.php");
|
||||
Propel::init(__DIR__."/configs/airtime-conf.php");
|
||||
|
||||
//DateTime in PHP 5.3.0+ need a default timezone set.
|
||||
$tz = ini_get('date.timezone') ? ini_get('date.timezone') : 'UTC';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue