error_reporting

This commit is contained in:
qkqpttgf
2020-05-03 18:20:38 +08:00
committed by GitHub
parent 9867a91246
commit 33657feefb
+1
View File
@@ -1,4 +1,5 @@
<?php
error_reporting(E_ALL ^ E_NOTICE);
include 'vendor/autoload.php';
include 'conststr.php';
include 'common.php';