haiku-atelier-2024/web/app/mu-plugins/no-deprecations.php
gcch 2b13af6421 2024-11-22
2024-11-22

fonc(db) exporte la BDD de production
2024-11-22 23:59:15 +01:00

3 lines
95 B
PHP

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