Przeglądaj źródła

Fix the redirect on two more files.

markjcrane 9 lat temu
rodzic
commit
7e7fe545f6
2 zmienionych plików z 2 dodań i 2 usunięć
  1. 1 1
      core/user_settings/user_dashboard.php
  2. 1 1
      login.php

+ 1 - 1
core/user_settings/user_dashboard.php

@@ -37,7 +37,7 @@
 	} elseif (file_exists("/usr/local/etc/fusionpbx/config.php")){
 	} elseif (file_exists("/usr/local/etc/fusionpbx/config.php")){
 		//bsd
 		//bsd
 	} else {
 	} else {
-		header("Location: ".PROJECT_PATH."/resources/install.php");
+		header("Location: ".PROJECT_PATH."/core/install/install.php");
 		exit;
 		exit;
 	}
 	}
 
 

+ 1 - 1
login.php

@@ -54,7 +54,7 @@ include "root.php";
 		//bsd
 		//bsd
 	}
 	}
 	else {
 	else {
-		header("Location: ".PROJECT_PATH."/resources/install.php");
+		header("Location: ".PROJECT_PATH."/core/install/install.php");
 		exit;
 		exit;
 	}
 	}