Explorar o código

Update the description

FusionPBX %!s(int64=2) %!d(string=hai) anos
pai
achega
4e3b83b5e3
Modificáronse 1 ficheiros con 3 adicións e 3 borrados
  1. 3 3
      login.php

+ 3 - 3
login.php

@@ -33,10 +33,10 @@
 //start session
 	if (!isset($_SESSION)) { session_start(); }
 
-//if config.php file does not exist then redirect to the install page
-	if (file_exists("/usr/local/etc/fusionpbx/config.conf")){
+//if config.conf file does not exist then redirect to the install page
+	if (file_exists("/usr/local/etc/fusionpbx/config.conf")) {
 		//BSD
-	} elseif (file_exists("/etc/fusionpbx/config.conf")){
+	} elseif (file_exists("/etc/fusionpbx/config.conf")) {
 		//Linux
 	} else {
 		header("Location: ".PROJECT_PATH."/core/install/install.php");