]> git.wh0rd.org - tt-rss.git/blob - image.php
fetch_feed_favicon: do not generate warning when icon file is not
[tt-rss.git] / image.php
1 <?php
2 require_once "config.php";
3 require_once "lib/simplepie/simplepie.inc";
4
5 SimplePie_Misc::display_cached_file($_GET['i'], SIMPLEPIE_CACHE_DIR, 'spi');
6 ?>