From af3fbadb4a0ffab4fcfd661605d60e13b5090314 Mon Sep 17 00:00:00 2001 From: Anyon Date: Sat, 3 Nov 2018 09:13:07 +0800 Subject: [PATCH] =?UTF-8?q?[=E6=9B=B4=E6=96=B0]=E4=BF=AE=E6=94=B9=E5=BC=95?= =?UTF-8?q?=E5=85=A5=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- include.php | 1 + 1 file changed, 1 insertion(+) diff --git a/include.php b/include.php index 8cf8d6d..06fd3b2 100644 --- a/include.php +++ b/include.php @@ -21,4 +21,5 @@ spl_autoload_register(function ($classname) { elseif (stripos($classname, 'WePay') === 0) include $filename; elseif ($classname === 'We') include $filename; } + return false; }); \ No newline at end of file