1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-27 10:31:29 +00:00

enable caching of images

This commit is contained in:
Andrew Dolgov
2007-08-26 05:00:30 +01:00
parent fb67e2ba58
commit bc0f078560
5 changed files with 47 additions and 14 deletions

View File

@@ -1,6 +1,6 @@
<?php
// This should be modifed as your own use warrants.
require_once "config.php";
require_once "simplepie/simplepie.inc";
require_once('../simplepie.inc');
SimplePie_Misc::display_cached_file($_GET['i'], './cache', 'spi');
SimplePie_Misc::display_cached_file($_GET['i'], SIMPLEPIE_CACHE_DIR, 'spi');
?>