X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=blobdiff_plain;f=Process%2FPhp7.php;h=56fdae9bb1a5b9e875045111c2b67e49a273d2af;hp=82b2d5a85d17f15b2b36fba148aec1012df8cede;hb=ce7e739df25d4ed828d5818b57981eda60c5a351;hpb=b98792f339e143a768e377f010a67ec6e324dcb4 diff --git a/Process/Php7.php b/Process/Php7.php index 82b2d5a8..56fdae9b 100644 --- a/Process/Php7.php +++ b/Process/Php7.php @@ -36,7 +36,7 @@ class Pman_Core_Process_Php7 extends Pman }); $this->scan(array("Pman")); - $this->scan(array("Hebe")); +// $this->scan(array("Hebe")); exit; } @@ -50,7 +50,6 @@ class Pman_Core_Process_Php7 extends Pman foreach (scandir($dir) as $d) { if (!strlen($d) || $d[0] == '.') { - echo "not handle {$d}\n"; continue; }