Parcourir la source

Added picture cache

Edgard il y a 5 ans
Parent
commit
946a81aa46
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      front/picture.send.php

+ 1 - 1
front/picture.send.php

@@ -22,4 +22,4 @@ if (!file_exists($path)) {
    Html::displayErrorAndDie(__('File not found'), true); // Not found
 }
 
-Toolbox::sendFile($path, "logo.png");
+Toolbox::sendFile($path, "logo.png", null, true);