Просмотр исходного кода

Se extiende a mensual la acumulación de bytes consumidos.

Maxi Schvindt 6 лет назад
Родитель
Сommit
04b20eeec9
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      Command/CmtsInterfaceStatsCommand.php

+ 1 - 1
Command/CmtsInterfaceStatsCommand.php

@@ -217,7 +217,7 @@ class CmtsInterfaceStatsCommand extends BaseCmtsCommand
                 $sendData["{$subId}_inbandwidth_if_{$index}"] = "{$inBandwidth}|g";
                 $sendData["{$subId}_outbandwidth_if_{$index}"] = "{$outBandwidth}|g";
 
-                if(date("d",$t0) != date("d",$t1)) {
+                if(date("n",$t0) != date("n",$t1)) {
                     $inAcc = $outAcc = 0;
                 }