error_reporting

This commit is contained in:
qkqpttgf 2020-05-03 18:20:38 +08:00 committed by GitHub
parent 9867a91246
commit 33657feefb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -1,4 +1,5 @@
<?php
error_reporting(E_ALL ^ E_NOTICE);
include 'vendor/autoload.php';
include 'conststr.php';
include 'common.php';