aboutsummaryrefslogtreecommitdiffstats
path: root/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'index.php')
-rw-r--r--index.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/index.php b/index.php
index 9d51427..03e255c 100644
--- a/index.php
+++ b/index.php
@@ -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>';
}