From 471c88a3da340936893ed02a1708cd32d79a960a Mon Sep 17 00:00:00 2001 From: ASUS <515617283@qq.com> Date: Mon, 18 Aug 2025 09:39:30 +0800 Subject: [PATCH] 11 --- public/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/index.php b/public/index.php index cc46f0a..b202bf4 100644 --- a/public/index.php +++ b/public/index.php @@ -15,6 +15,6 @@ error_reporting(E_ALL); $runtimeProcessPath = __DIR__ . '/../runtime/windows'; $processFiles = glob($runtimeProcessPath . '/start_*.php'); App::loadAllConfig(['route']); - +; App::run(); ?>