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';
|
require __DIR__ . '/auth.php';
|
||||||
mvlog_logout();
|
mvlog_logout();
|
||||||
header('Cache-Control: no-store, no-cache, must-revalidate, max-age=0');
|
header('Cache-Control: no-store, no-cache, must-revalidate, max-age=0');
|
||||||
header('Location: index.php');
|
header('Location: login.php');
|
||||||
exit;
|
exit;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue