diff options
Diffstat (limited to 'www-ssl/logout.php')
-rw-r--r-- | www-ssl/logout.php | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/www-ssl/logout.php b/www-ssl/logout.php deleted file mode 100644 index 12b284f9..00000000 --- a/www-ssl/logout.php +++ /dev/null @@ -1,15 +0,0 @@ -<?php - - -// Die Session zerstoeren usw -require_once ('bootstrap.php'); -include "config/config.php"; - -session_start(); -session_destroy(); -// und eine neue erstellen, damit kein Erzengelmenue angezeigt wird (falls sich ein Erzengel abmeldet...) -session_start(); - -header("HTTP/1.1 302 Moved Temporarily"); -header("Location: " . $url . $ENGEL_ROOT); -?> |