禁用报错提示

This commit is contained in:
LyLme 2022-04-09 18:07:37 +08:00
parent 192721d22f
commit fa263bd62b
1 changed files with 1 additions and 1 deletions

View File

@ -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']))
{