.
This commit is contained in:
parent
9a542943b4
commit
4ca9c500e4
|
@ -90,7 +90,7 @@ function error($code,$message){
|
||||||
die;
|
die;
|
||||||
case 500:
|
case 500:
|
||||||
header ("HTTP/1.0 500 Internal Server Error");
|
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;
|
die;
|
||||||
default:
|
default:
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user