mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 00:53:50 +00:00
BugFix - GUI install (#2779)
Fixes to remove some errors in the GUI installer
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user