diff options
Diffstat (limited to 'web/html/logout.php')
-rw-r--r-- | web/html/logout.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/html/logout.php b/web/html/logout.php index 0d0f15e..0b275b8 100644 --- a/web/html/logout.php +++ b/web/html/logout.php @@ -22,6 +22,6 @@ if (isset($_COOKIE["AURSID"])) { header('Location: index.php'); exit; -html_footer("\$Id$"); +html_footer(AUR_VERSION); # vim: ts=2 sw=2 noet ft=php ?> |