Jelajahi Sumber

Added picture cache

Edgard 5 tahun lalu
induk
melakukan
946a81aa46
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  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);