This commit is contained in:
gnieark 2015-11-29 00:11:21 +01:00
parent 9a542943b4
commit 4ca9c500e4
1 changed files with 1 additions and 1 deletions

View File

@ -90,7 +90,7 @@ function error($code,$message){
die;
case 500:
header ("HTTP/1.0 500 Internal Server Error");
echo '<!DOCTYPE html><html lang="fr"><head><meta charset="UTF-8" /><title>Bad request</title></head><body><p>'.$message.'</p></body></html>';
echo '<!DOCTYPE html><html lang="fr"><head><meta charset="UTF-8" /><title>Internal Server Error</title></head><body><p>'.$message.'</p></body></html>';
die;
default: