summaryrefslogtreecommitdiffstats
path: root/web/lib/aur.inc
diff options
context:
space:
mode:
authorPaul Mattal <paul@mattal.com>2007-10-02 13:33:53 +0200
committerPaul Mattal <paul@mattal.com>2007-10-02 13:33:53 +0200
commit22fcea238f0ede3def934c1d8b32935025f22d3c (patch)
tree091c60d9380df593f68ad70ec4d1c05250ac9473 /web/lib/aur.inc
parent881b921eb30f5a28226e8b25ef194c4254cb09d5 (diff)
downloadaur-22fcea238f0ede3def934c1d8b32935025f22d3c.tar.gz
aur-22fcea238f0ede3def934c1d8b32935025f22d3c.tar.xz
Tweak to version strings patch.1.4.0
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.
Diffstat (limited to 'web/lib/aur.inc')
-rw-r--r--web/lib/aur.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/web/lib/aur.inc b/web/lib/aur.inc
index a47f7624..d7ffbb89 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");