mirror of
https://github.com/myvesta/vesta
synced 2025-08-20 13:24:25 -07:00
Logout to redirect to login
This commit is contained in:
parent
1a61ea102b
commit
25516949ff
1 changed files with 1 additions and 1 deletions
|
@ -8,6 +8,6 @@ if (!empty($_SESSION['look'])) {
|
||||||
session_destroy();
|
session_destroy();
|
||||||
}
|
}
|
||||||
|
|
||||||
header("Location: /");
|
header("Location: /login/");
|
||||||
exit;
|
exit;
|
||||||
?>
|
?>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue