Эх сурвалжийг харах

After logout redirect back to the login.

Mark Crane 12 жил өмнө
parent
commit
4b7a6769b3
1 өөрчлөгдсөн 1 нэмэгдсэн , 1 устгасан
  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;
 
 ?>