summaryrefslogtreecommitdiff
path: root/it.class
diff options
context:
space:
mode:
Diffstat (limited to 'it.class')
-rw-r--r--it.class2
1 files changed, 1 insertions, 1 deletions
diff --git a/it.class b/it.class
index b98f531..9d2c1da 100644
--- a/it.class
+++ b/it.class
@@ -262,7 +262,7 @@ static function error($p = array(), $extra = null)
if ($p['fatal'] && $_SERVER['REMOTE_ADDR'])
{
http_response_code(500);
- echo "<!DOCTYPE html><html><head><title></title></head><body>Internal Server Error</body></html>\n";
+ echo "<!DOCTYPE html><html><head><title>Internal Server Error</title></head><body>Internal Server Error</body></html>\n";
}
if ($toscreen || $sendmail)