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