]> git.wh0rd.org - tt-rss.git/blob - image.php
update_daemon2: don't expect client part to be executable
[tt-rss.git] / image.php
1 <?php
2 require_once "config.php";
3 require_once "simplepie/simplepie.inc";
4
5 SimplePie_Misc::display_cached_file($_GET['i'], SIMPLEPIE_CACHE_DIR, 'spi');
6 ?>