haiku-atelier-2024/web/app/mu-plugins/no-deprecations.php
2025-06-19 16:10:12 +02:00

3 lines
95 B
PHP
Executable file

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