summaryrefslogtreecommitdiffstats
path: root/web/html/hacker.php
diff options
context:
space:
mode:
authortardo <tardo@nagi-fanboi.net>2007-09-29 22:45:30 -0400
committerPaul Mattal <paul@mattal.com>2007-10-02 07:29:27 -0400
commit881b921eb30f5a28226e8b25ef194c4254cb09d5 (patch)
tree857cc8d87800d42b82b72c99afbc9d8d53067c8e /web/html/hacker.php
parent6e49512b4e4a05398ede8e2280edec0a516c253f (diff)
downloadaurweb-881b921eb30f5a28226e8b25ef194c4254cb09d5.tar.xz
Fixed version strings.
Added AUR_VERSION to config file, so now we should only need to change one location. KISS ftw. Signed-off-by: tardo <tardo@nagi-fanboi.net>
Diffstat (limited to 'web/html/hacker.php')
-rw-r--r--web/html/hacker.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/html/hacker.php b/web/html/hacker.php
index ef54bb6..d288a5e 100644
--- a/web/html/hacker.php
+++ b/web/html/hacker.php
@@ -12,6 +12,6 @@ print "<p>\n";
print __("If this problem persists, please contact the site administrator.");
print "</p>\n";
-html_footer("\$Id$");
+html_footer(AUR_VERSION);
# vim: ts=2 sw=2 noet ft=php
?>