1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-01-27 22:47:11 +00:00

rename public.php/cached_url to cached

This commit is contained in:
Andrew Dolgov
2021-02-19 20:28:15 +03:00
parent fc0ebf0891
commit 053b262aa7
2 changed files with 2 additions and 2 deletions

View File

@@ -273,7 +273,7 @@ class DiskCache {
}
public function get_url($filename) {
return get_self_url_prefix() . "/public.php?op=cached_url&file=" . basename($this->dir) . "/" . basename($filename);
return get_self_url_prefix() . "/public.php?op=cached&file=" . basename($this->dir) . "/" . basename($filename);
}
// check for locally cached (media) URLs and rewrite to local versions