1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-01-01 22:09:14 +00:00
Files
tt-rss/image.php
2007-08-26 04:32:10 +01:00

7 lines
163 B
PHP

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