2 lines
69 B
PHP
2 lines
69 B
PHP
|
|
<?php
|
||
|
|
error_reporting(E_ALL & ~E_DEPRECATED & ~E_STRICT & ~E_NOTICE);
|