mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
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>
This commit is contained in:
parent
6e49512b4e
commit
881b921eb3
10 changed files with 15 additions and 14 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue