Update install_fusionpbx.php (#3021)

Fix so install works with MySQL.
This commit is contained in:
powerpbx 2018-09-02 10:04:31 -07:00 committed by FusionPBX
parent 2fb2c170c7
commit 2a6cbb5455
1 changed files with 1 additions and 1 deletions

View File

@ -545,7 +545,7 @@ include "root.php";
//add the database structure
require_once "resources/classes/schema.php";
$schema = new schema;
//echo $schema->schema();
echo $schema->schema();
//add the defaults data into the database
//get the contents of the sql file