From 2d90848a9ebbe46de5df912155b9045c5f4ce3c8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mr=C2=B7x?= Date: Tue, 15 Sep 2020 19:33:47 +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 | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/function.php b/function.php index b1585209..5b8e79ec 100644 --- a/function.php +++ b/function.php @@ -52,8 +52,7 @@ if (!function_exists('loadByDir')) { if ($pos === false || strlen($value) - 4 != $pos) { continue; } - var_dump($value); - require_once "$value"; + include "$value"; } } }