expanded router part

This commit is contained in:
Patrick 2014-09-14 13:37:03 +02:00
parent 2820db03bb
commit dcdeaa0f7e
2 changed files with 65 additions and 1 deletions

View file

@ -53,7 +53,7 @@ $response->setContent($content);
If you want to try a 404 error, use the following code:
```
$response->setContent('404 - Page not found'');
$response->setContent('404 - Page not found');
$response->setStatusCode(404);
```