FusionPBX 2 жил өмнө
parent
commit
4c975708da
1 өөрчлөгдсөн 1 нэмэгдсэн , 1 устгасан
  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;
 	}