Update install.php

This commit is contained in:
FusionPBX 2019-06-01 18:23:53 -06:00 committed by GitHub
parent 3c63b2e4a5
commit 28240b7ead
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -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'];