diff options
Diffstat (limited to 'index.php')
-rw-r--r-- | index.php | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -42,7 +42,8 @@ if (count($images) > 0) { $out = sprintf('<figure>%s</figure>', $out); } else { - + header($_SERVER['SERVER_PROTOCOL'] . ': 404 Not Found'); + header('Status: 404 Not Found'); $out = '<div id="hi"><p>404 Hug Not Found :(</p></div>'; } |