diff options
author | tardo <tardo@nagi-fanboi.net> | 2007-09-30 04:45:30 +0200 |
---|---|---|
committer | Paul Mattal <paul@mattal.com> | 2007-10-02 13:29:27 +0200 |
commit | 881b921eb30f5a28226e8b25ef194c4254cb09d5 (patch) | |
tree | 857cc8d87800d42b82b72c99afbc9d8d53067c8e /web/lib | |
parent | 6e49512b4e4a05398ede8e2280edec0a516c253f (diff) | |
download | aur-881b921eb30f5a28226e8b25ef194c4254cb09d5.tar.gz aur-881b921eb30f5a28226e8b25ef194c4254cb09d5.tar.xz |
Fixed version strings.
Added AUR_VERSION to config file, so now we should only need to
change one location. KISS ftw.
Signed-off-by: tardo <tardo@nagi-fanboi.net>
Diffstat (limited to 'web/lib')
-rw-r--r-- | web/lib/config.inc.proto | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/web/lib/config.inc.proto b/web/lib/config.inc.proto index bad94a0c..16ce2add 100644 --- a/web/lib/config.inc.proto +++ b/web/lib/config.inc.proto @@ -19,6 +19,7 @@ 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 |