diff options
author | Paul Mattal <paul@mattal.com> | 2007-10-02 13:33:53 +0200 |
---|---|---|
committer | Paul Mattal <paul@mattal.com> | 2007-10-02 13:33:53 +0200 |
commit | 22fcea238f0ede3def934c1d8b32935025f22d3c (patch) | |
tree | 091c60d9380df593f68ad70ec4d1c05250ac9473 /web/lib/config.inc.proto | |
parent | 881b921eb30f5a28226e8b25ef194c4254cb09d5 (diff) | |
download | aur-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/config.inc.proto')
-rw-r--r-- | web/lib/config.inc.proto | 2 |
1 files changed, 0 insertions, 2 deletions
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", "<b>Version 1.4.0</b>" ); - $LOGIN_TIMEOUT = 7200; # number of idle seconds before timeout # debugging variables |