]> git.mxchange.org Git - friendica.git/blob - simplepie/demo/handler_image.php
make home tab work from remote profile, fix link in comment notify emails
[friendica.git] / 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 ?>