upped session timeout from 30 idle minutes to 2 idle hours

This commit is contained in:
pjmattal 2006-08-03 14:47:41 +00:00
parent db4075a050
commit f2b54f9acc

View file

@ -11,7 +11,7 @@ include_once("aur_po.inc");
# Define global variables # Define global variables
# #
$LOGIN_TIMEOUT = 1800; # number of idle seconds before timeout $LOGIN_TIMEOUT = 7200; # number of idle seconds before timeout
$SUPPORTED_LANGS = array( # what languages we have translations for $SUPPORTED_LANGS = array( # what languages we have translations for
"en" => "English", "en" => "English",
"pl" => "Polski", "pl" => "Polski",