Update login.php

This commit is contained in:
FusionPBX
2022-10-15 21:12:09 -06:00
committed by GitHub
parent 9436090b7b
commit 2197aa0c74

View File

@@ -39,7 +39,7 @@
} elseif (file_exists("/etc/fusionpbx/config.conf")) {
//Linux
} else {
header("Location: ".PROJECT_PATH."/core/install/install.php");
header("Location: /core/install/install.php");
exit;
}