Logout to redirect to login

This commit is contained in:
dpeca 2018-04-10 04:01:12 +02:00 committed by GitHub
commit 25516949ff
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,6 +8,6 @@ if (!empty($_SESSION['look'])) {
session_destroy();
}
header("Location: /");
header("Location: /login/");
exit;
?>