diff options
Diffstat (limited to 'admin/logout.php')
-rw-r--r-- | admin/logout.php | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/admin/logout.php b/admin/logout.php deleted file mode 100644 index 639e045..0000000 --- a/admin/logout.php +++ /dev/null | |||
@@ -1,7 +0,0 @@ | |||
1 | <?php | ||
2 | |||
3 | unset($_SESSION['username']); | ||
4 | |||
5 | header('Location: /'); | ||
6 | |||
7 | ?> | ||