|
@@ -28,7 +28,7 @@
|
|
$conf = glob("{/usr/local/etc,/etc}/fusionpbx/config.conf", GLOB_BRACE);
|
|
$conf = glob("{/usr/local/etc,/etc}/fusionpbx/config.conf", GLOB_BRACE);
|
|
set_include_path(parse_ini_file($conf[0])['document.root']);
|
|
set_include_path(parse_ini_file($conf[0])['document.root']);
|
|
|
|
|
|
-//if config.php file does not exist then redirect to the install page
|
|
|
|
|
|
+//if config.conf file does not exist then redirect to the install page
|
|
if (file_exists("/usr/local/etc/fusionpbx/config.conf")){
|
|
if (file_exists("/usr/local/etc/fusionpbx/config.conf")){
|
|
//BSD
|
|
//BSD
|
|
} elseif (file_exists("/etc/fusionpbx/config.conf")){
|
|
} elseif (file_exists("/etc/fusionpbx/config.conf")){
|