summaryrefslogtreecommitdiff
path: root/include/rssfuncs.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2015-02-27 14:51:26 +0300
committerAndrew Dolgov <[email protected]>2015-02-27 14:51:26 +0300
commit0c6f7b314ae663f1f9fc8ade53b9914f46e02954 (patch)
tree6df75ba10d0646590ee2ef4937a8aed91ccfcd5e /include/rssfuncs.php
parent95ebe737bd9db0f3062f15bc79e37abe3f6faae5 (diff)
remove image.php; put cached image endpoint to public.php
Diffstat (limited to 'include/rssfuncs.php')
-rw-r--r--include/rssfuncs.php8
1 files changed, 0 insertions, 8 deletions
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) {