aboutsummaryrefslogtreecommitdiff
path: root/logout.php
diff options
context:
space:
mode:
authorroot2014-03-02 00:25:34 +0100
committerroot2014-03-02 00:25:34 +0100
commit7b9d516cd3bcdb8eaa5f1eb533d71010061c681b (patch)
treea8bb3bd5ed56525461b44bd71aa9c8e843081dc9 /logout.php
parent82185753906709f9944a07c35a809736cf979afe (diff)
downloadjungegemeinde-7b9d516cd3bcdb8eaa5f1eb533d71010061c681b.tar.gz
rm stuff
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');
-?>