From 4ca9c500e46aeec989217475b7de7f82a8525ef7 Mon Sep 17 00:00:00 2001 From: gnieark Date: Sun, 29 Nov 2015 00:11:21 +0100 Subject: [PATCH] . --- src/functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/functions.php b/src/functions.php index c903ff0..a09cd99 100644 --- a/src/functions.php +++ b/src/functions.php @@ -90,7 +90,7 @@ function error($code,$message){ die; case 500: header ("HTTP/1.0 500 Internal Server Error"); - echo 'Bad request

'.$message.'

'; + echo 'Internal Server Error

'.$message.'

'; die; default: