1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 13:25:54 +00:00

remove image.php; put cached image endpoint to public.php

This commit is contained in:
Andrew Dolgov
2015-02-27 14:51:26 +03:00
parent 95ebe737bd
commit 0c6f7b314a
4 changed files with 32 additions and 61 deletions

View File

@@ -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) {