From: Andrew Dolgov Date: Fri, 2 Aug 2013 10:04:00 +0000 (+0400) Subject: remove unused old-style image rewritign X-Git-Tag: 1.10~41 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=2fc4d981d1c31a2b3d7bf1120d7f585064ad17ac;p=tt-rss.git remove unused old-style image rewritign --- diff --git a/include/rssfuncs.php b/include/rssfuncs.php index 756ecbfc..c0d81c35 100644 --- a/include/rssfuncs.php +++ b/include/rssfuncs.php @@ -1132,16 +1132,15 @@ } } - if (file_exists($local_filename)) { + /* 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); + //$node = $doc->getElementsByTagName('body')->item(0); + //return $doc->saveXML($node); } function expire_error_log($debug) {