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