Turn back on error_reporting, just don't display them
parent
d1455774f0
commit
2ef917801a
|
@ -1,5 +1,5 @@
|
|||
<?php
|
||||
error_reporting(0);
|
||||
ini_set('display_errors', '');
|
||||
|
||||
$start_time = time();
|
||||
$connkey = sprintf('%06d', $_REQUEST['connkey']);
|
||||
|
|
Loading…
Reference in New Issue