diff options
author | Cédric Picard <cedric.picard@efrei.net> | 2014-11-28 20:26:12 +0100 |
---|---|---|
committer | Cédric Picard <cedric.picard@efrei.net> | 2014-11-28 20:26:12 +0100 |
commit | fc9f8632da09763b54e25861dc6e1798091d0bba (patch) | |
tree | 2d69c7553d9a8fc4020fc16c9d795e7a0de46def /views/internal_error.tpl | |
parent | 1b76a20a35bb3b0644a63d8c8c61a588788627b9 (diff) | |
download | pasteme-fc9f8632da09763b54e25861dc6e1798091d0bba.tar.gz pasteme-fc9f8632da09763b54e25861dc6e1798091d0bba.tar.bz2 pasteme-fc9f8632da09763b54e25861dc6e1798091d0bba.zip |
Changed from internal error to bad request error
Diffstat (limited to 'views/internal_error.tpl')
-rw-r--r-- | views/internal_error.tpl | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/views/internal_error.tpl b/views/internal_error.tpl deleted file mode 100644 index 804ade3..0000000 --- a/views/internal_error.tpl +++ /dev/null @@ -1,13 +0,0 @@ -<html> -<head> -<title>Internal Server Error (500)</title> -</head> -<body> -<h2>Hello</h2> -<p>Your request generated a server error.</p> - -<p>If you think that your request was valid, please report this issue</p> - -<p>I'm sorry for you, but <i>nonetheless</i> I whish you a very good day.</p> -</body> -</html> |