mirror of
https://github.com/webmin/webmin.git
synced 2025-07-20 16:48:46 +00:00
delete support for the webmin_notimeout param, which as far as I can tell is never used
This commit is contained in:
@ -2022,8 +2022,7 @@ if ($config{'session'} && !$validated) {
|
||||
local $cookie = $header{'cookie'};
|
||||
while($cookie =~ s/(^|\s|;)$sidname=([a-f0-9]+)//) {
|
||||
$session_id = $2;
|
||||
local $notimeout =
|
||||
$in{'webmin_notimeout'} ? 1 : 0;
|
||||
local $notimeout = 0;
|
||||
print $PASSINw "verify $session_id $notimeout $acptip\n";
|
||||
<$PASSOUTr> =~ /(\d+)\s+(\S+)/;
|
||||
if ($1 == 2) {
|
||||
|
Reference in New Issue
Block a user