haiku-atelier-2024/web/app/mu-plugins/no-deprecations.php
2024-12-22 19:47:20 +01:00

3 lines
95 B
PHP
Executable file

<?php
error_reporting(E_ALL & ~E_WARNING & ~E_DEPRECATED & ~E_USER_DEPRECATED & ~E_NOTICE);
?>