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