]> git.wh0rd.org - tt-rss.git/blame - image.php
add simplepie image handler
[tt-rss.git] / image.php
CommitLineData
236ac05c
AD
1<?php
2// This should be modifed as your own use warrants.
3
4require_once('../simplepie.inc');
5SimplePie_Misc::display_cached_file($_GET['i'], './cache', 'spi');
6?>