parent
1d4f366b05
commit
9f20eaf429
|
|
@ -34,6 +34,9 @@
|
||||||
elseif (file_exists("/etc/fusionpbx/config.conf")){
|
elseif (file_exists("/etc/fusionpbx/config.conf")){
|
||||||
//Linux
|
//Linux
|
||||||
}
|
}
|
||||||
|
elseif (file_exists(getenv('SystemDrive') . DIRECTORY_SEPARATOR . 'ProgramData' . DIRECTORY_SEPARATOR . 'fusionpbx' . DIRECTORY_SEPARATOR . 'config.conf')) {
|
||||||
|
// Windows
|
||||||
|
}
|
||||||
else {
|
else {
|
||||||
header("Location: /core/install/install.php");
|
header("Location: /core/install/install.php");
|
||||||
exit;
|
exit;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue