try fix: some php host show Warning

pull/194/head
qkqpttgf 2021-01-17 14:53:16 +08:00 committed by GitHub
parent ecb2aad3bb
commit 0617d258d5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

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';