aboutsummaryrefslogtreecommitdiff
path: root/logout.php
diff options
context:
space:
mode:
Diffstat (limited to 'logout.php')
-rw-r--r--logout.php5
1 files changed, 0 insertions, 5 deletions
diff --git a/logout.php b/logout.php
deleted file mode 100644
index 7c527b2..0000000
--- a/logout.php
+++ /dev/null
@@ -1,5 +0,0 @@
-<?php
- session_start();
- session_destroy();
- header('Location: login.php?logout=1');
-?>