BugFix - GUI install (#2779)

Fixes to remove some errors in the GUI installer
This commit is contained in:
Mafoo
2017-08-02 17:45:35 +01:00
committed by FusionPBX
parent fde2775fc6
commit af23a822aa
3 changed files with 22 additions and 5 deletions

View File

@@ -28,6 +28,7 @@
include "root.php";
//find and include the config.php file
$config_exists = false;
if (file_exists("/etc/fusionpbx/config.php")) {
$config_exists = true;
include "/etc/fusionpbx/config.php";