Explorar el Código

After logout redirect back to the login.

Mark Crane hace 12 años
padre
commit
4b7a6769b3
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      logout.php

+ 1 - 1
logout.php

@@ -32,7 +32,7 @@ include "root.php";
 	session_destroy();
 
 //redirect the user to the index page
-	header("Location: ".PROJECT_PATH."/");
+	header("Location: ".PROJECT_PATH."/login.php");
 	return;
 
 ?>