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