summaryrefslogtreecommitdiff
path: root/classes/handler/public.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2021-02-19 20:28:15 +0300
committerAndrew Dolgov <[email protected]>2021-02-19 20:28:15 +0300
commit053b262aa7d10f2e3c7352d8995a1d1bc1c760e8 (patch)
tree32d32888caabe1ed9ccc05351117d4d527efbb46 /classes/handler/public.php
parentfc0ebf089189ca42875d31b1bec4aa1c27852506 (diff)
rename public.php/cached_url to cached
Diffstat (limited to 'classes/handler/public.php')
-rwxr-xr-xclasses/handler/public.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/classes/handler/public.php b/classes/handler/public.php
index 62543859c..8076bb303 100755
--- a/classes/handler/public.php
+++ b/classes/handler/public.php
@@ -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