From faa21b541dc9508cd8feb58a1a53c38228685f6d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mr=C2=B7x?= Date: Tue, 15 Sep 2020 19:31:45 +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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/function.php b/function.php index 127cdee6..b1585209 100644 --- a/function.php +++ b/function.php @@ -53,7 +53,7 @@ if (!function_exists('loadByDir')) { continue; } var_dump($value); - include_once "$value"; + require_once "$value"; } } }