From: Paul Hänsch Date: Sat, 8 Feb 2020 01:24:02 +0000 (+0100) Subject: prevent 404 for favicon X-Git-Url: http://git.plutz.net/?p=flarejs;a=commitdiff_plain;h=3f9fd845dccb5b56bb99b29d5b9fad284ebb76a9 prevent 404 for favicon --- diff --git a/index.cgi b/index.cgi index 61faba1..0d13998 100755 --- a/index.cgi +++ b/index.cgi @@ -18,7 +18,7 @@ if [ "$_PATH" = / ]; then EOF elif [ "$_PATH" = /favicon.ico ]; then - printf 'Status: 404 Not Found\r\nContent-Length: 0\r\n\r\n' + printf 'Status: 200 OK\r\nContent-Length: 0\r\n\r\n' else for base in . \ ./mods/empyrean_campaign \