Update index.php

This commit is contained in:
FusionPBX
2022-10-15 21:14:43 -06:00
committed by GitHub
parent 2197aa0c74
commit ef3bd6ddaf

View File

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