summaryrefslogtreecommitdiffstats
path: root/web/html/logout.php
diff options
context:
space:
mode:
Diffstat (limited to 'web/html/logout.php')
-rw-r--r--web/html/logout.php7
1 files changed, 3 insertions, 4 deletions
diff --git a/web/html/logout.php b/web/html/logout.php
index 76736b7..0b275b8 100644
--- a/web/html/logout.php
+++ b/web/html/logout.php
@@ -19,10 +19,9 @@ if (isset($_COOKIE["AURSID"])) {
setcookie("AURLANG", "", time() - (60*60*24*30), "/");
}
-html_header(); # print out the HTML header
-print __("You have been successfully logged out.")."<br />\n";
+header('Location: index.php');
+exit;
-
-html_footer("\$Id$");
+html_footer(AUR_VERSION);
# vim: ts=2 sw=2 noet ft=php
?>