summaryrefslogtreecommitdiffstats
path: root/module/web/templates
diff options
context:
space:
mode:
authorGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2011-01-05 16:55:21 +0100
committerGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2011-01-05 16:55:21 +0100
commit24c8e48093a2cb62ef1044761bf7bf68098ef151 (patch)
tree359d236308f2eff9713bcc6cc0018d59c61fb4a6 /module/web/templates
parentlittle fixes (diff)
downloadpyload-24c8e48093a2cb62ef1044761bf7bf68098ef151.tar.xz
fixed #207
Diffstat (limited to 'module/web/templates')
-rw-r--r--module/web/templates/500.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/module/web/templates/500.html b/module/web/templates/500.html
index a751c4893..e15090b66 100644
--- a/module/web/templates/500.html
+++ b/module/web/templates/500.html
@@ -2,9 +2,9 @@
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
- <title></title>
+ <title>Server Error</title>
</head>
<body>
-<h1>Server Error occured.</h1>
+<h1>Server Error occured. Please enable debug mode to get a more detailed report.</h1>
</body>
-</html> \ No newline at end of file
+</html>