]> git.mxchange.org Git - friendica.git/blob - library/simplepie/demo/handler_image.php
49c3ec89b2bca4e93256a68cb9307641864d46e9
[friendica.git] / library / simplepie / demo / handler_image.php
1 <?php
2 // This should be modifed as your own use warrants.
3
4 require_once('../simplepie.inc');
5 SimplePie_Misc::display_cached_file($_GET['i'], './cache', 'spi');
6 ?>