diff --git a/core/dashboard/index.php b/core/dashboard/index.php index b723ab8618..5472626239 100644 --- a/core/dashboard/index.php +++ b/core/dashboard/index.php @@ -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; }