After logout redirect back to the login.
This commit is contained in:
parent
b80c2912eb
commit
8135feaf96
|
|
@ -32,7 +32,7 @@ include "root.php";
|
||||||
session_destroy();
|
session_destroy();
|
||||||
|
|
||||||
//redirect the user to the index page
|
//redirect the user to the index page
|
||||||
header("Location: ".PROJECT_PATH."/");
|
header("Location: ".PROJECT_PATH."/login.php");
|
||||||
return;
|
return;
|
||||||
|
|
||||||
?>
|
?>
|
||||||
Loading…
Reference in New Issue