Redirect logout to login page
This commit is contained in:
parent
ab294faa48
commit
61d3204b34
1 changed files with 1 additions and 1 deletions
|
|
@ -2,5 +2,5 @@
|
|||
require __DIR__ . '/auth.php';
|
||||
mvlog_logout();
|
||||
header('Cache-Control: no-store, no-cache, must-revalidate, max-age=0');
|
||||
header('Location: index.php');
|
||||
header('Location: login.php');
|
||||
exit;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue