Update install.php
This commit is contained in:
@@ -181,12 +181,12 @@
|
|||||||
unset($config);
|
unset($config);
|
||||||
fclose($fout);
|
fclose($fout);
|
||||||
|
|
||||||
//includes - this includes the config.php
|
|
||||||
require_once "resources/require.php";
|
|
||||||
|
|
||||||
//add the database schema
|
//add the database schema
|
||||||
$output = shell_exec('cd '.$_SERVER["DOCUMENT_ROOT"].' && php /var/www/fusionpbx/core/upgrade/upgrade_schema.php');
|
$output = shell_exec('cd '.$_SERVER["DOCUMENT_ROOT"].' && php /var/www/fusionpbx/core/upgrade/upgrade_schema.php');
|
||||||
|
|
||||||
|
//includes - this includes the config.php
|
||||||
|
require_once "resources/require.php";
|
||||||
|
|
||||||
//get the domain name
|
//get the domain name
|
||||||
$domain_name = $_SESSION['install']['domain_name'];
|
$domain_name = $_SESSION['install']['domain_name'];
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user