mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 08:55:55 +00:00
rename public.php/cached_url to cached
This commit is contained in:
@@ -737,7 +737,7 @@ class Handler_Public extends Handler {
|
||||
<?php
|
||||
}
|
||||
|
||||
function cached_url() {
|
||||
function cached() {
|
||||
list ($cache_dir, $filename) = explode("/", $_GET["file"], 2);
|
||||
|
||||
// we do not allow files with extensions at the moment
|
||||
|
||||
Reference in New Issue
Block a user