Ver código fonte

Fix the redirect on two more files.

markjcrane 9 anos atrás
pai
commit
7e7fe545f6
2 arquivos alterados com 2 adições e 2 exclusões
  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")){
 		//bsd
 	} else {
-		header("Location: ".PROJECT_PATH."/resources/install.php");
+		header("Location: ".PROJECT_PATH."/core/install/install.php");
 		exit;
 	}
 

+ 1 - 1
login.php

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