CC-1927: Remove Pear DB
Final touches on install/upgrade scripts, now they are working. Still need to remove last traces of PEAR throughout the code.
This commit is contained in:
parent
95d69a3bbe
commit
c0da27b445
4 changed files with 13 additions and 53 deletions
|
@ -5,8 +5,6 @@
|
|||
* cannot be created. So this script is run after all DEB packages have been installed.
|
||||
*/
|
||||
|
||||
//set_include_path(__DIR__.'/../airtime_mvc/library' . PATH_SEPARATOR . get_include_path());
|
||||
|
||||
require_once(__DIR__.'/AirtimeIni.php');
|
||||
require_once(__DIR__.'/AirtimeInstall.php');
|
||||
require_once(__DIR__.'/airtime-constants.php');
|
||||
|
@ -21,7 +19,7 @@ AirtimeInstall::CreateDatabaseUser();
|
|||
|
||||
$databaseExisted = AirtimeInstall::CreateDatabase();
|
||||
|
||||
//AirtimeInstall::DbConnect(true);
|
||||
AirtimeInstall::DbConnect(true);
|
||||
|
||||
AirtimeInstall::InstallPostgresScriptingLanguage();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue