Process/Php7.php
[Pman.Core] / Process / Php7.php
index 56fdae9..f777be6 100644 (file)
@@ -53,12 +53,13 @@ class Pman_Core_Process_Php7 extends Pman
                 continue;
             }
             
-            if (is_dir($d)) {
+            if (is_dir("{$dir}/{$d}")) {
                 echo "directory : {$d}\n";
                 $this->scan(array_merge($route, array($d)));
                 continue;
             }
             
+            echo "get file {$d}\n";
             if (!preg_match('/\.php$/', $d)) {
                 continue;
             }