From 4c0ec0b87fa1f5566f72be8cb0eb58245edb51e0 Mon Sep 17 00:00:00 2001 From: james Date: Mon, 28 Jul 2025 00:02:39 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20mes=5Fin=5Fsct/start.php?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mes_in_sct/start.php | 2 ++ 1 file changed, 2 insertions(+) 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();