summaryrefslogtreecommitdiffstats
path: root/web/lib/config.inc.proto
diff options
context:
space:
mode:
authorPaul Mattal <paul@mattal.com>2007-10-02 07:33:53 -0400
committerPaul Mattal <paul@mattal.com>2007-10-02 07:33:53 -0400
commit22fcea238f0ede3def934c1d8b32935025f22d3c (patch)
tree091c60d9380df593f68ad70ec4d1c05250ac9473 /web/lib/config.inc.proto
parent881b921eb30f5a28226e8b25ef194c4254cb09d5 (diff)
downloadaurweb-22fcea238f0ede3def934c1d8b32935025f22d3c.tar.xz
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.
Diffstat (limited to 'web/lib/config.inc.proto')
-rw-r--r--web/lib/config.inc.proto2
1 files changed, 0 insertions, 2 deletions
diff --git a/web/lib/config.inc.proto b/web/lib/config.inc.proto
index 16ce2ad..11c0cb4 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", "<b>Version 1.4.0</b>" );
-
$LOGIN_TIMEOUT = 7200; # number of idle seconds before timeout
# debugging variables