mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-03-03 04:36:36 +00:00
statistics2.cgi: remove counter for release info
git-svn-id: https://svn.fhem.de/fhem/trunk@14755 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
fa32aeb9de
commit
64b34a9753
@ -198,9 +198,6 @@ sub doAggregate() {
|
||||
$res =~ s/^v//;
|
||||
$countAll{'system'}{'perl'}{$res}++;
|
||||
|
||||
$res = $decoded->{'system'}{'release'};
|
||||
$countAll{'system'}{'release'}{$res}++;
|
||||
|
||||
if (defined($decoded->{'system'}{'revdate'})){
|
||||
$res = $decoded->{'system'}{'revdate'};
|
||||
# my $age = sprintf("%.1f",(time - $res)/86400);
|
||||
|
Loading…
x
Reference in New Issue
Block a user