xxxrrrdddd 2 년 전
부모
커밋
dc41363a21
1개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 3 3
      work

+ 3 - 3
work

@@ -31,8 +31,8 @@ abstract class Com{
     }
 }
 
-/*foreach (glob(__DIR__.'/commands/*.php') as $file){
+foreach (glob(__DIR__.'/commands/*.php') as $file){
     require $file;
-}*/
-require __DIR__.'/commands/mobile_import.php';
+}
+
 WO::runAll();