xxxrrrdddd vor 3 Jahren
Ursprung
Commit
f140d59ba5
1 geänderte Dateien mit 2 neuen und 3 gelöschten Zeilen
  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();