Compare commits

...

1 Commits

Author SHA1 Message Date
4c0ec0b87f 更新 mes_in_sct/start.php
Some checks failed
Run Unit Tests / test (pull_request) Failing after 26s
2025-07-28 00:02:39 +08:00

View File

@ -13,4 +13,6 @@ if (isset($options['h']) || isset($options['help'])) {
if (isset($options['APP_ENV'])) {
putenv('APP_ENV='.$options['APP_ENV']);
}
\libs\core\App::run();