diff --git a/dev/index.php b/dev/index.php index f775650..aebdd2f 100644 --- a/dev/index.php +++ b/dev/index.php @@ -68,6 +68,13 @@ echo("\n"); } } + + foreach(scandir("../src/command") as $one_file){ + if(is_file("../src/command/" . $one_file)){ + require("../src/command/" . $one_file); + echo("\n"); + } + } ?>