Turn back on error_reporting, just don't display them

pull/3667/head
Isaac Connor 2022-11-14 14:24:21 -05:00
parent d1455774f0
commit 2ef917801a
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
<?php <?php
error_reporting(0); ini_set('display_errors', '');
$start_time = time(); $start_time = time();
$connkey = sprintf('%06d', $_REQUEST['connkey']); $connkey = sprintf('%06d', $_REQUEST['connkey']);