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