Browse Source

Update login.php

FusionPBX 2 years ago
parent
commit
282fd094fe
1 changed files with 1 additions and 1 deletions
  1. 1 1
      login.php

+ 1 - 1
login.php

@@ -39,7 +39,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;
 	}