CC-3099: Does Airtime upgrade work when the database username + password is changed from default?
-fixed for non-install issues as well.
This commit is contained in:
parent
573ff0c4d7
commit
bc7553a5fc
2 changed files with 37 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
|||
require_once __DIR__."/configs/ACL.php";
|
||||
|
||||
require_once 'propel/runtime/lib/Propel.php';
|
||||
Propel::init(__DIR__."/configs/airtime-conf.php");
|
||||
Propel::init(__DIR__."/configs/airtime-conf-production.php");
|
||||
|
||||
require_once __DIR__."/logging/Logging.php";
|
||||
require_once __DIR__."/configs/constants.php";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue