Update login.php
This commit is contained in:
parent
9436090b7b
commit
2197aa0c74
|
|
@ -39,7 +39,7 @@
|
||||||
} elseif (file_exists("/etc/fusionpbx/config.conf")) {
|
} elseif (file_exists("/etc/fusionpbx/config.conf")) {
|
||||||
//Linux
|
//Linux
|
||||||
} else {
|
} else {
|
||||||
header("Location: ".PROJECT_PATH."/core/install/install.php");
|
header("Location: /core/install/install.php");
|
||||||
exit;
|
exit;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue