summaryrefslogtreecommitdiff
path: root/intern.gospeladlershof.de/code/logout.php
diff options
context:
space:
mode:
authorHorus32016-09-28 14:43:44 +0200
committerHorus32016-09-28 14:43:44 +0200
commit6decb91aa4cc27c83c866d1b128dc719aeb1c986 (patch)
tree477a08f5296bbf4ab75b53893b25f900b6e0ad8f /intern.gospeladlershof.de/code/logout.php
parent4c39424720d6be708896f42b73a93df3c2637a10 (diff)
parent006da29841a225675fc7dc4981b69336409737e1 (diff)
downloadgospeladlershof.de-6decb91aa4cc27c83c866d1b128dc719aeb1c986.tar.gz
Merge branch 'master' of git.iamfabulous.de:gospeladlershof.de
Diffstat (limited to 'intern.gospeladlershof.de/code/logout.php')
-rw-r--r--intern.gospeladlershof.de/code/logout.php9
1 files changed, 9 insertions, 0 deletions
diff --git a/intern.gospeladlershof.de/code/logout.php b/intern.gospeladlershof.de/code/logout.php
new file mode 100644
index 0000000..c292bc8
--- /dev/null
+++ b/intern.gospeladlershof.de/code/logout.php
@@ -0,0 +1,9 @@
+<?php
+
+define("LOGIN_SITE", true);
+require_once __DIR__ . '/session.php';
+
+session_destroy();
+
+header($_SERVER["SERVER_PROTOCOL"] . " 302 Redirect");
+header("Location: https://www.gospeladlershof.de/");