Files

4 lines
74 B
PHP

<?php
error_reporting(E_ALL & ~E_NOTICE);
ini_set('display_errors', 0);
?>