From b85f19e37fcd41d69a098b02807b25f78191fd94 Mon Sep 17 00:00:00 2001 From: kongtiaowang Date: Mon, 21 Jul 2025 12:12:42 -0400 Subject: [PATCH] fix can't override in project/moudle --- htdocs/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/index.php b/htdocs/index.php index ac4780ae242..45a52be9e4b 100644 --- a/htdocs/index.php +++ b/htdocs/index.php @@ -99,7 +99,7 @@ function array_find(array $array, callable $callback) $factory->database(), $factory->config(), [ - __DIR__ . "/../project/", + __DIR__ . "/../project/modules", __DIR__ . "/../modules/" ] );