X-Git-Url: https://git.wh0rd.org/?a=blobdiff_plain;f=include%2Ffunctions2.php;h=6d02d01e0407cb3cefe354d636a339181d66d3dc;hb=0c6f7b314ae663f1f9fc8ade53b9914f46e02954;hp=17d8acb3e3e29f92c03e28b90ad2f9973de87b31;hpb=95ebe737bd9db0f3062f15bc79e37abe3f6faae5;p=tt-rss.git diff --git a/include/functions2.php b/include/functions2.php index 17d8acb3..6d02d01e 100644 --- a/include/functions2.php +++ b/include/functions2.php @@ -900,7 +900,7 @@ $cached_filename = CACHE_DIR . '/images/' . sha1($src) . '.png'; if (file_exists($cached_filename)) { - $src = SELF_URL_PATH . '/image.php?hash=' . sha1($src); + $src = SELF_URL_PATH . '/public.php?op=cached_image&hash=' . sha1($src); } $entry->setAttribute('src', $src);