mirror of
https://github.com/webmin/webmin.git
synced 2026-06-15 09:00:26 +01:00
Remove no longer used variable
This commit is contained in:
@@ -1080,7 +1080,6 @@ if ($cache) {
|
||||
# 1 day, or if we have rebooted recently
|
||||
my %cache;
|
||||
my $uptime = &get_system_uptime();
|
||||
my $lastreboot = $uptime ? time()-$uptime : undef;
|
||||
if (&read_file($detect_operating_system_cache, \%cache) &&
|
||||
$cache{'os_type'} && $cache{'os_version'} &&
|
||||
$cache{'real_os_type'} && $cache{'real_os_version'}) {
|
||||
|
||||
Reference in New Issue
Block a user