mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 16:15:55 +00:00
add DiskCache.send; switch af_zz_imgproxy to use DiskCache
This commit is contained in:
@@ -52,4 +52,8 @@ class DiskCache {
|
||||
else
|
||||
return null;
|
||||
}
|
||||
|
||||
public function send($filename) {
|
||||
return send_local_file($this->getFullPath($filename));
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user