File "favicon.ico.html"
Full path: /home/argothem/www/v4_old/plugins-dist/filtres_images/favicon.ico.html
File size: 402 bytes
MIME-type: text/plain
Charset: utf-8
#HTTP_HEADER{Content-Type: image/x-icon}
#HTTP_HEADER{Content-Transfer-Encoding: binary}
<?php
$file="[(#CHEMIN{favicon.ico}|sinon{[(#LOGO_SITE_SPIP
|image_passe_partout{32,32}
|image_recadre{32,32,center}
|image_format{ico}|extraire_attribut{src}
)]}|sinon{#CHEMIN{spip.ico}})]";
if ($cl = filesize($file=preg_replace(',[?].*$,','',$file)))
header("Content-Length: ". $cl);
readfile($file);
?>