xxxrrrdddd 3 年之前
父节点
当前提交
f140d59ba5
共有 1 个文件被更改,包括 2 次插入3 次删除
  1. 2 3
      work

+ 2 - 3
work

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