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 c72fca1c6b
commit b1c5d870e0
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";