3 lines
95 B
PHP
Executable file
3 lines
95 B
PHP
Executable file
<?php
|
|
error_reporting(E_ALL & ~E_WARNING & ~E_DEPRECATED & ~E_USER_DEPRECATED & ~E_NOTICE);
|
|
?>
|