Update index.php

This commit is contained in:
FusionPBX
2022-10-15 21:11:06 -06:00
committed by GitHub
parent eacff4c797
commit 9436090b7b

View File

@@ -38,7 +38,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;
} }