summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-08-02 14:04:00 +0400
committerAndrew Dolgov <[email protected]>2013-08-02 14:04:00 +0400
commit2fc4d981d1c31a2b3d7bf1120d7f585064ad17ac (patch)
tree5777991196eb71f244f2ef7dda8c40891235c76d /include
parent54af7f84ade76aedbc830ec5eaf7d91f2e43cb6c (diff)
remove unused old-style image rewritign
Diffstat (limited to 'include')
-rw-r--r--include/rssfuncs.php9
1 files changed, 4 insertions, 5 deletions
diff --git a/include/rssfuncs.php b/include/rssfuncs.php
index 756ecbfc1..c0d81c351 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) {