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