<?php class introuvable_controller extends controller{ function view(){ header("HTTP/1.0 404 Not Found"); } }