wesmiler преди 6 години
родител
ревизия
1c6ca2d073
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      vendor/thinkcmf/cmf-app/src/weixin/model/Stroage.php

+ 1 - 1
vendor/thinkcmf/cmf-app/src/weixin/model/Stroage.php

@@ -320,7 +320,7 @@ class Stroage extends Model
 
         while(!feof($fp)) {
             $line = fgets($fp,255);
-            echo "++".$line."++\n\n";
+//            echo "++".$line."++\n\n";
             if (preg_match('/\/Count [0-9]+/', $line, $matches)){
                 preg_match('/[0-9]+/',$matches[0], $matches2);
                 if ($max<$matches2[0]) $max=$matches2[0];