X-Git-Url: http://git.cyclocoop.org/?p=ptitvelo%2Fweb%2Fwww.git;a=blobdiff_plain;f=www%2Fplugins-dist%2Ffiltres_images%2Fapple-touch-icon.png.html;h=52baced79574f2f96098c37807ad82ec9c936190;hp=ed451418fd81c4dc985629c2f375289f37288fec;hb=e847eea4a82a7396dd0abf860f9b30d654f38629;hpb=d686c3e22e97dd46ef42bcd0f138c65083f8f232 diff --git a/www/plugins-dist/filtres_images/apple-touch-icon.png.html b/www/plugins-dist/filtres_images/apple-touch-icon.png.html index ed45141..52baced 100644 --- a/www/plugins-dist/filtres_images/apple-touch-icon.png.html +++ b/www/plugins-dist/filtres_images/apple-touch-icon.png.html @@ -9,7 +9,7 @@ $file="[(#CHEMIN{apple-touch-icon[-(#ENV{size,''})].png}|sinon{[(#LOGO_SITE_SPIP |image_passe_partout{[(#ENV{size,57}|intval)],[(#ENV{size,57}|intval)]} |image_recadre{[(#ENV{size,57}|intval)],[(#ENV{size,57}|intval)],center} |image_aplatir{png,#ffffff}|extraire_attribut{src})]})]"; -if ($cl = filesize(preg_replace(',[?].*$,','',$file)) +if ($cl = filesize(preg_replace(',[?].*$,','',$file))) header("Content-Length: ". $cl); readfile($file);