From fa263bd62bc8454de9c392d40b9e561c18397c0a Mon Sep 17 00:00:00 2001 From: LyLme Date: Sat, 9 Apr 2022 18:07:37 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A6=81=E7=94=A8=E6=8A=A5=E9=94=99=E6=8F=90?= =?UTF-8?q?=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- include/common.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/common.php b/include/common.php index 6effdc1..274d9e5 100644 --- a/include/common.php +++ b/include/common.php @@ -4,7 +4,7 @@ define('IN_CRONLITE', true); define('SYS_KEY', 'lylme_key'); define('SYSTEM_ROOT', dirname(__FILE__).'/'); define('ROOT', dirname(SYSTEM_ROOT).'/'); -error_reporting(E_ALL ^ E_NOTICE); +error_reporting(0); require ROOT.'config.php'; if(!defined('SQLITE') && (!$dbconfig['user']||!$dbconfig['pwd']||!$dbconfig['dbname'])) {