X-Git-Url: https://git.cyclocoop.org/?a=blobdiff_plain;f=www%2Fplugins-dist%2Ffiltres_images%2Fapple-touch-icon.png.html;fp=www%2Fplugins-dist%2Ffiltres_images%2Fapple-touch-icon.png.html;h=683d8d53683f5d5522ac1bf933b48c8db199ce83;hb=d18fcb8f27a4016e3fa7b50a9b2255d529dca543;hp=52baced79574f2f96098c37807ad82ec9c936190;hpb=e847eea4a82a7396dd0abf860f9b30d654f38629;p=ptitvelo%2Fweb%2Fwww.git 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 52baced..683d8d5 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($file=preg_replace(',[?].*$,','',$file))) header("Content-Length: ". $cl); readfile($file);