From fd5fef2af0b7230ab95740dc16fd985e9dee43c8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mr=C2=B7x?= Date: Mon, 17 May 2021 17:33:42 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=B9=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- function.php | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/function.php b/function.php index 78d76386..b54f1bc4 100644 --- a/function.php +++ b/function.php @@ -678,6 +678,11 @@ if (!function_exists('sweep')) { { $array = []; foreach (glob($configPath . '/*') as $config) { + + var_dump($config); + + var_dump(require_once "$config"); + $array = array_merge(require_once "$config", $array); } return $array;