浏览代码

Default favicon served with HTTP code 200

Fix https://github.com/FreshRSS/FreshRSS/issues/760
Marien Fressinaud 11 年之前
父节点
当前提交
da7d34d2ef
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      p/f.php

+ 0 - 1
p/f.php

@@ -46,7 +46,6 @@ function download_favicon($website, $dest) {
 function show_default_favicon() {
 function show_default_favicon() {
 	global $default_favicon;
 	global $default_favicon;
 
 
-	header('HTTP/1.1 404 Not Found');
 	header('Content-Type: image/ico');
 	header('Content-Type: image/ico');
 	readfile($default_favicon);
 	readfile($default_favicon);
 	die();
 	die();