about summary refs log tree commit diff stats
path: root/central/trunk/logout.php
diff options
context:
space:
mode:
Diffstat (limited to 'central/trunk/logout.php')
-rw-r--r--central/trunk/logout.php11
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
5include('includes/instadisc.php');
6
7unset($_SESSION['username']);
8
9header('Location: index.php');
10
11?>