Browse Source

Update index.php

FusionPBX 2 năm trước cách đây
mục cha
commit
4c975708da
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      index.php

+ 1 - 1
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;
 	}