diff options
author | Kelly Rauchenberger <fefferburbia@gmail.com> | 2008-09-28 21:40:47 +0000 |
---|---|---|
committer | Kelly Rauchenberger <fefferburbia@gmail.com> | 2008-09-28 21:40:47 +0000 |
commit | fb1b67b6922a20fdc3538dd6ae4659dfc1d8d7d2 (patch) | |
tree | 9ad7b7c72f451fd5bdcb2c33a6586c586309ab10 /central/trunk/logout.php | |
parent | 9d6ed35e4faa192ea734bfc353a6be65b977a6e6 (diff) | |
download | instadisc-fb1b67b6922a20fdc3538dd6ae4659dfc1d8d7d2.tar.gz instadisc-fb1b67b6922a20fdc3538dd6ae4659dfc1d8d7d2.tar.bz2 instadisc-fb1b67b6922a20fdc3538dd6ae4659dfc1d8d7d2.zip |
Central: Removed UI
Refs #63
Diffstat (limited to 'central/trunk/logout.php')
-rw-r--r-- | central/trunk/logout.php | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/central/trunk/logout.php b/central/trunk/logout.php deleted file mode 100644 index e915329..0000000 --- a/central/trunk/logout.php +++ /dev/null | |||
@@ -1,11 +0,0 @@ | |||
1 | <?php | ||
2 | |||
3 | /* InstaDisc Server - A Four Island Project */ | ||
4 | |||
5 | include('includes/instadisc.php'); | ||
6 | |||
7 | unset($_SESSION['username']); | ||
8 | |||
9 | header('Location: index.php'); | ||
10 | |||
11 | ?> | ||