From 28240b7eadd1dce3863e940e730548ca31114ecc Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Sat, 1 Jun 2019 18:23:53 -0600 Subject: [PATCH] Update install.php --- core/install/install.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/core/install/install.php b/core/install/install.php index 0c4581abf9..9f6511faa8 100644 --- a/core/install/install.php +++ b/core/install/install.php @@ -181,12 +181,12 @@ unset($config); fclose($fout); - //includes - this includes the config.php - require_once "resources/require.php"; - //add the database schema $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 $domain_name = $_SESSION['install']['domain_name'];