From ef3bd6ddaf246e3c19a852688e34f6a446f92d00 Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Sat, 15 Oct 2022 21:14:43 -0600 Subject: [PATCH] Update index.php --- core/dashboard/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }