Disable error reports

This commit is contained in:
Florian Brinker 2022-03-19 23:26:31 +01:00
parent 61175d4334
commit 151770385d
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
<?php
//error_reporting(0);
error_reporting(0);
include __DIR__.'/../vendor/autoload.php';