4 lines
74 B
PHP
4 lines
74 B
PHP
<?php
|
|
error_reporting(E_ALL & ~E_NOTICE);
|
|
ini_set('display_errors', 0);
|
|
?>
|