diff --git a/index.php b/index.php index 5919c7709a..faedb88f4f 100644 --- a/index.php +++ b/index.php @@ -38,7 +38,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; }