xxxrrrdddd пре 3 година
родитељ
комит
36961ada7c
1 измењених фајлова са 3 додато и 3 уклоњено
  1. 3 3
      work

+ 3 - 3
work

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