summaryrefslogtreecommitdiff
path: root/www-ssl/logout.php
diff options
context:
space:
mode:
authorAngelo Cuccato <cuccato@web.de>2010-08-31 21:16:16 +0200
committerAngelo Cuccato <cuccato@web.de>2010-08-31 21:16:16 +0200
commit2ca2400b779484ff025b0705ff4fb84ead7c4b20 (patch)
tree4e39b0b4cc6bfe705015824c7aed6b3c5d28ccce /www-ssl/logout.php
parent18060e60cc94c02df9680773bf5cafd35fe2aecf (diff)
clean url handling
Diffstat (limited to 'www-ssl/logout.php')
-rwxr-xr-xwww-ssl/logout.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/www-ssl/logout.php b/www-ssl/logout.php
index 38b3b575..e038be69 100755
--- a/www-ssl/logout.php
+++ b/www-ssl/logout.php
@@ -8,6 +8,6 @@ session_destroy ();
session_start();
header("HTTP/1.1 302 Moved Temporarily");
-header("Location: ". substr($url, 0, strlen($url)-1). $ENGEL_ROOT);
+header("Location: ". $url. $ENGEL_ROOT);
?>