Преглед на файлове

Fix the install.php reference to logout.php.

Mark Crane преди 12 години
родител
ревизия
8f4888f371
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      resources/install.php

+ 1 - 1
resources/install.php

@@ -1280,7 +1280,7 @@ if ($_POST["install_step"] == "3" && count($_POST)>0 && strlen($_POST["persistfo
 
 	//redirect to the login page
 		$msg = "install complete";
-		header("Location: ".PROJECT_PATH."/resources/logout.php?msg=".urlencode($msg));
+		header("Location: ".PROJECT_PATH."/logout.php?msg=".urlencode($msg));
 }
 
 //set a default template