From 881b921eb30f5a28226e8b25ef194c4254cb09d5 Mon Sep 17 00:00:00 2001 From: tardo Date: Sat, 29 Sep 2007 22:45:30 -0400 Subject: 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 --- web/html/hacker.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'web/html/hacker.php') diff --git a/web/html/hacker.php b/web/html/hacker.php index ef54bb63..d288a5e6 100644 --- a/web/html/hacker.php +++ b/web/html/hacker.php @@ -12,6 +12,6 @@ print "

\n"; print __("If this problem persists, please contact the site administrator."); print "

\n"; -html_footer("\$Id$"); +html_footer(AUR_VERSION); # vim: ts=2 sw=2 noet ft=php ?> -- cgit v1.2.3-24-g4f1b