mvc-example/controllers/error.php
2017-06-01 14:28:40 +02:00

7 lines
63 B
PHP

<?php
function error404()
{
echo 'Page non trouvée !';
}