3 lines
47 B
PHP
3 lines
47 B
PHP
<?php
|
|
error_reporting(E_ALL ^ E_DEPRECATED);
|
|
?>
|
<?php
|
|
error_reporting(E_ALL ^ E_DEPRECATED);
|
|
?>
|