From 0c6f7b314ae663f1f9fc8ade53b9914f46e02954 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Fri, 27 Feb 2015 14:51:26 +0300 Subject: remove image.php; put cached image endpoint to public.php --- include/rssfuncs.php | 8 -------- 1 file changed, 8 deletions(-) (limited to 'include/rssfuncs.php') diff --git a/include/rssfuncs.php b/include/rssfuncs.php index f80bcbb2b..b285f74c0 100644 --- a/include/rssfuncs.php +++ b/include/rssfuncs.php @@ -1155,16 +1155,8 @@ file_put_contents($local_filename, $file_content); } } - - /* if (file_exists($local_filename)) { - $entry->setAttribute('src', SELF_URL_PATH . '/image.php?url=' . - base64_encode($src)); - } */ } } - - //$node = $doc->getElementsByTagName('body')->item(0); - //return $doc->saveXML($node); } function expire_error_log($debug) { -- cgit v1.2.3-54-g00ecf