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:
@@ -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');
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user