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