try fix: some php host show Warning

This commit is contained in:
qkqpttgf
2021-01-17 14:53:16 +08:00
committed by GitHub
parent ecb2aad3bb
commit 0617d258d5
+2 -1
View File
@@ -1,5 +1,6 @@
<?php
error_reporting(E_ALL & ~E_NOTICE);
//error_reporting(E_ALL & ~E_NOTICE);
error_reporting(0);
include 'vendor/autoload.php';
include 'conststr.php';
include 'common.php';