wesmiler hace 6 años
padre
commit
fe02ffa56b
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      vendor/thinkcmf/cmf-app/src/weixin/model/Stroage.php

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

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