2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-03-03 04:36:36 +00:00

statistics2.cgi: count perl main version only

git-svn-id: https://svn.fhem.de/fhem/trunk@14763 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
betateilchen 2017-07-22 10:16:21 +00:00
parent e2632407a0
commit d4bef8bc4a

View File

@ -196,6 +196,8 @@ sub doAggregate() {
$res = $decoded->{'system'}{'perl'};
$res =~ s/^v//;
$res =~ /(^\d*\.\d*)/;
$res = $1;
$countAll{'system'}{'perl'}{$res}++;
if (defined($decoded->{'system'}{'revdate'})){