mirror of
https://github.com/webmin/webmin.git
synced 2026-09-14 09:30:39 +01:00
Always update last session time
This commit is contained in:
@@ -1105,11 +1105,7 @@ while(1) {
|
||||
else {
|
||||
# Session is OK
|
||||
print $outfd "2 $user\n";
|
||||
if ($lot &&
|
||||
$time_now - $ltime >
|
||||
($lot*60)/2) {
|
||||
$sessiondb{$skey} = "$user $time_now $ip";
|
||||
}
|
||||
$sessiondb{$skey} = "$user $time_now $ip";
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user