Explorar o código

After logout redirect back to the login.

Mark Crane %!s(int64=12) %!d(string=hai) anos
pai
achega
4b7a6769b3
Modificáronse 1 ficheiros con 1 adicións e 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;
 
 ?>