mirror of
https://github.com/webmin/webmin.git
synced 2025-07-25 01:23:45 +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'};
|
local $cookie = $header{'cookie'};
|
||||||
while($cookie =~ s/(^|\s|;)$sidname=([a-f0-9]+)//) {
|
while($cookie =~ s/(^|\s|;)$sidname=([a-f0-9]+)//) {
|
||||||
$session_id = $2;
|
$session_id = $2;
|
||||||
local $notimeout =
|
local $notimeout = 0;
|
||||||
$in{'webmin_notimeout'} ? 1 : 0;
|
|
||||||
print $PASSINw "verify $session_id $notimeout $acptip\n";
|
print $PASSINw "verify $session_id $notimeout $acptip\n";
|
||||||
<$PASSOUTr> =~ /(\d+)\s+(\S+)/;
|
<$PASSOUTr> =~ /(\d+)\s+(\S+)/;
|
||||||
if ($1 == 2) {
|
if ($1 == 2) {
|
||||||
|
Reference in New Issue
Block a user