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();