diff options
Diffstat (limited to '')
| -rw-r--r-- | inc/functions.inc.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/inc/functions.inc.php b/inc/functions.inc.php index c32b3ef..3664d78 100644 --- a/inc/functions.inc.php +++ b/inc/functions.inc.php | |||
| @@ -55,7 +55,7 @@ function crc32hex($str) { | |||
| 55 | } | 55 | } |
| 56 | 56 | ||
| 57 | function error_image() { | 57 | function error_image() { |
| 58 | header("Content-Type: image/png"); | 58 | header("Content-Type: image/png", true, 400); |
| 59 | readfile('layout/error.png'); | 59 | readfile('layout/error.png'); |
| 60 | exit; | 60 | exit; |
| 61 | } | 61 | } |
