xxxrrrdddd 3 years ago
parent
commit
f140d59ba5
1 changed files with 2 additions and 3 deletions
  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();