diff --git a/bin/console b/bin/console new file mode 100644 index 00000000..b8631a69 --- /dev/null +++ b/bin/console @@ -0,0 +1,46 @@ +dispatch("config.configLoadEnd"); + +// run the console +Console::run(); diff --git a/bin/router.php b/bin/router.php new file mode 100644 index 00000000..1dc4d8ce --- /dev/null +++ b/bin/router.php @@ -0,0 +1,41 @@ +pathPHP." -S ".$host." ".$coreDir."/server/router.php"; + $command = $this->pathPHP." -S ".$host." ".$coreDir."/router.php"; $commands = array(); $commands[] = array("command" => $command, "cwd" => $publicDir, "timeout" => null, "idle" => 1800);