expanded router part

This commit is contained in:
Patrick 2014-09-14 13:37:03 +02:00 committed by lubiana
parent deed929c85
commit e83e112212
Signed by: lubiana
SSH key fingerprint: SHA256:vW1EA0fRR3Fw+dD/sM0K+x3Il2gSry6YRYHqOeQwrfk
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);
```