diff options
author | Romain d'Alverny <rda@mageia.org> | 2011-06-08 16:50:24 +0000 |
---|---|---|
committer | Romain d'Alverny <rda@mageia.org> | 2011-06-08 16:50:24 +0000 |
commit | fa5aa3123c2184dbc24f9be1cc8ca4b8da3a3d91 (patch) | |
tree | 6c2177a95d3e35d5af01c16df700979735302c6a /index.php | |
parent | 4678c074c9d011ce1b32eb1d0a78899881eea070 (diff) | |
download | hugs-fa5aa3123c2184dbc24f9be1cc8ca4b8da3a3d91.tar hugs-fa5aa3123c2184dbc24f9be1cc8ca4b8da3a3d91.tar.gz hugs-fa5aa3123c2184dbc24f9be1cc8ca4b8da3a3d91.tar.bz2 hugs-fa5aa3123c2184dbc24f9be1cc8ca4b8da3a3d91.tar.xz hugs-fa5aa3123c2184dbc24f9be1cc8ca4b8da3a3d91.zip |
alternative to submit photos
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>'; } |