aboutsummaryrefslogtreecommitdiff
path: root/p/f.php
diff options
context:
space:
mode:
Diffstat (limited to 'p/f.php')
-rw-r--r--p/f.php1
1 files changed, 0 insertions, 1 deletions
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();