Преглед изворни кода

After logout redirect back to the login.

Mark Crane пре 12 година
родитељ
комит
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;
 
 ?>