Update index.php
This commit is contained in:
parent
40680f1e00
commit
d3c4fa011d
|
|
@ -32,7 +32,7 @@
|
||||||
ini_set("session.cookie_httponly", True);
|
ini_set("session.cookie_httponly", True);
|
||||||
if (!isset($_SESSION)) { session_start(); }
|
if (!isset($_SESSION)) { session_start(); }
|
||||||
|
|
||||||
//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")) {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue