浏览代码

Added picture cache

Edgard 5 年之前
父节点
当前提交
946a81aa46
共有 1 个文件被更改,包括 1 次插入1 次删除
  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);