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