2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-03-03 16:56:54 +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:
betateilchen 2017-07-21 15:21:54 +00:00
parent fa32aeb9de
commit 64b34a9753

View File

@ -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);