From fa5aa3123c2184dbc24f9be1cc8ca4b8da3a3d91 Mon Sep 17 00:00:00 2001 From: Romain d'Alverny Date: Wed, 8 Jun 2011 16:50:24 +0000 Subject: alternative to submit photos --- index.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'index.php') 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('
%s
', $out); } else { - + header($_SERVER['SERVER_PROTOCOL'] . ': 404 Not Found'); + header('Status: 404 Not Found'); $out = '

404 Hug Not Found :(

'; } -- cgit v1.2.1