فهرست منبع

Update index.php

FusionPBX 2 سال پیش
والد
کامیت
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;
 	}