Skip to content

Commit 2551694

Browse files
authored
Logout to redirect to login
1 parent 1a61ea1 commit 2551694

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/logout/index.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@
88
session_destroy();
99
}
1010

11-
header("Location: /");
11+
header("Location: /login/");
1212
exit;
1313
?>

0 commit comments

Comments
 (0)