mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-03-28 03:05:41 +00:00
@@ -34,6 +34,9 @@
|
||||
elseif (file_exists("/etc/fusionpbx/config.conf")){
|
||||
//Linux
|
||||
}
|
||||
elseif (file_exists(getenv('SystemDrive') . DIRECTORY_SEPARATOR . 'ProgramData' . DIRECTORY_SEPARATOR . 'fusionpbx' . DIRECTORY_SEPARATOR . 'config.conf')) {
|
||||
// Windows
|
||||
}
|
||||
else {
|
||||
header("Location: /core/install/install.php");
|
||||
exit;
|
||||
|
||||
Reference in New Issue
Block a user