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/config.inc.proto | 2 -- 1 file changed, 2 deletions(-) (limited to 'web/lib/config.inc.proto') diff --git a/web/lib/config.inc.proto b/web/lib/config.inc.proto index 16ce2add..11c0cb41 100644 --- a/web/lib/config.inc.proto +++ b/web/lib/config.inc.proto @@ -19,8 +19,6 @@ define( "USERNAME_MAX_LEN", 16 ); define( "PASSWD_MIN_LEN", 4 ); define( "PASSWD_MAX_LEN", 128 ); -define( "AUR_VERSION", "Version 1.4.0" ); - $LOGIN_TIMEOUT = 7200; # number of idle seconds before timeout # debugging variables -- cgit v1.2.3-24-g4f1b