3 lines
92 B
PHP
3 lines
92 B
PHP
<?php
|
|
|
|
$resp = new Symfony\Component\HttpFoundation\Response('Sorry, page not found', 404);
|