Process/Php7.php
authorEdward <edward@roojs.com>
Wed, 21 Nov 2018 09:49:39 +0000 (17:49 +0800)
committerEdward <edward@roojs.com>
Wed, 21 Nov 2018 09:49:39 +0000 (17:49 +0800)
Process/Php7.php

index 82b2d5a..56fdae9 100644 (file)
@@ -36,7 +36,7 @@ class Pman_Core_Process_Php7 extends Pman
         });
         
         $this->scan(array("Pman"));
         });
         
         $this->scan(array("Pman"));
-        $this->scan(array("Hebe"));
+//        $this->scan(array("Hebe"));
         
         exit;
     }
         
         exit;
     }
@@ -50,7 +50,6 @@ class Pman_Core_Process_Php7 extends Pman
         foreach (scandir($dir) as $d) {
             
             if (!strlen($d) || $d[0] == '.') {
         foreach (scandir($dir) as $d) {
             
             if (!strlen($d) || $d[0] == '.') {
-                echo "not handle {$d}\n";
                 continue;
             }
             
                 continue;
             }