diff options
author | MaZderMind | 2015-12-10 20:01:58 +0100 |
---|---|---|
committer | MaZderMind | 2015-12-10 20:01:58 +0100 |
commit | eea8ca45910bd5b89c032c71a76f20a44eed4c61 (patch) | |
tree | 4e07eac67668d070d3e87fbf579f0babc77fc458 /template/500.phtml | |
parent | e6850e4513b4a88123f062bb4d4e2b22c15b9801 (diff) |
Friendlier 500er Message
Diffstat (limited to 'template/500.phtml')
-rw-r--r-- | template/500.phtml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/template/500.phtml b/template/500.phtml index f3e5db3..fd67a27 100644 --- a/template/500.phtml +++ b/template/500.phtml @@ -1,5 +1,6 @@ <div class="container"> - <h1>500 Internal Winkekatze Error</h1> + <h1>Keep Calm and use your Towel</h1> + <h2>And maybe report to <a href="https://twitter.com/c3voc">@c3voc</a> that you've seen this error:</h2> <div class="well"> <pre><?=h($e)?></pre> </div> |