summary refs log tree commit diff stats
path: root/admin/logout.php
diff options
context:
space:
mode:
Diffstat (limited to 'admin/logout.php')
-rw-r--r--admin/logout.php7
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
3unset($_SESSION['username']);
4
5header('Location: /');
6
7?>