From da7d34d2ef45e4cfcf1410a279998f680a6338ea Mon Sep 17 00:00:00 2001 From: Marien Fressinaud Date: Mon, 26 Jan 2015 13:02:47 +0100 Subject: Default favicon served with HTTP code 200 Fix https://github.com/FreshRSS/FreshRSS/issues/760 --- p/f.php | 1 - 1 file changed, 1 deletion(-) (limited to 'p/f.php') diff --git a/p/f.php b/p/f.php index fefbf9a10..411f65081 100644 --- a/p/f.php +++ b/p/f.php @@ -46,7 +46,6 @@ function download_favicon($website, $dest) { function show_default_favicon() { global $default_favicon; - header('HTTP/1.1 404 Not Found'); header('Content-Type: image/ico'); readfile($default_favicon); die(); -- cgit v1.2.3