diff options
author | Urban Müller | 2024-02-28 16:49:31 +0100 |
---|---|---|
committer | Urban Müller | 2024-02-28 16:49:31 +0100 |
commit | 79ba80017e57eafbc3201fbb02054fcf5c5cff88 (patch) | |
tree | 2649293db879bb48ee5cb88278a2cc8ea894a3a3 | |
parent | 486126e92b87d9ca32ae2596f74054c234cd7a19 (diff) | |
download | itools-79ba80017e57eafbc3201fbb02054fcf5c5cff88.tar.gz itools-79ba80017e57eafbc3201fbb02054fcf5c5cff88.tar.bz2 itools-79ba80017e57eafbc3201fbb02054fcf5c5cff88.zip |
validate
-rw-r--r-- | it.class | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |