diff --git a/mes_in_sct/start.php b/mes_in_sct/start.php index 9dc813c..7e84c72 100644 --- a/mes_in_sct/start.php +++ b/mes_in_sct/start.php @@ -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();