Fix logout time field

This commit is contained in:
Jamie Cameron
2009-03-14 17:19:52 +00:00
parent 6acc4b793e
commit bfa8db44e8
3 changed files with 3 additions and 3 deletions

View File

@@ -56,7 +56,7 @@ printf "<input type=radio name=session value=1 %s> %s<br>\n",
$miniserv{'session'} ? "checked" : "", $text{'session_enable'};
printf "&nbsp;&nbsp;&nbsp;<input type=checkbox name=logouttime_on value=1 %s>\n",
$miniserv{'logouttime'} ? "checked" : "";
print text('session_logout',
print text('session_logouttime',
"<input name=logouttime value='$miniserv{'logouttime'}' size=10>"),"<br>\n";
#printf "&nbsp;&nbsp;&nbsp;<input type=checkbox name=locking value=1 %s>\n",
# $gconfig{'locking'} ? "checked" : "";

View File

@@ -520,7 +520,7 @@ session_disable=Disable session authentication
session_enable=Enable session authentication
session_localoff=Always require username and password
session_localon=Allow login without password for matching users from localhost
session_logout=Auto-logout after $1 minutes of inactivity
session_logouttime=Auto-logout after $1 minutes of inactivity
session_locking=Enable locking in Webmin
session_err=Failed to save authentication
session_elogouttime=Missing or invalid logout time