From 22fcea238f0ede3def934c1d8b32935025f22d3c Mon Sep 17 00:00:00 2001 From: Paul Mattal Date: Tue, 2 Oct 2007 07:33:53 -0400 Subject: Tweak to version strings patch. Rather than rely in any way on config.inc, which is expected to be edited by the user and to persist across versions without change, the version string definition is stored in version.inc and included from aur.inc. --- web/lib/aur.inc | 1 + 1 file changed, 1 insertion(+) (limited to 'web/lib/aur.inc') diff --git a/web/lib/aur.inc b/web/lib/aur.inc index a47f762..d7ffbb8 100644 --- a/web/lib/aur.inc +++ b/web/lib/aur.inc @@ -3,6 +3,7 @@ header('Content-Type: text/html; charset=utf-8'); header('Cache-Control: no-cache, must-revalidate'); header('Expires: Tue, 11 Oct 1988 22:00:00 GMT'); // quite a special day header('Pragma: no-cache'); +include_once("version.inc"); include_once("config.inc"); include_once("aur_po.inc"); -- cgit v1.2.3-54-g00ecf