aboutsummaryrefslogblamecommitdiffstats
path: root/simplepie/demo/handler_image.php
blob: 49c3ec89b2bca4e93256a68cb9307641864d46e9 (plain) (tree)
1
2
3
4
5
6





                                                                  
<?php
// This should be modifed as your own use warrants.

require_once('../simplepie.inc');
SimplePie_Misc::display_cached_file($_GET['i'], './cache', 'spi');
?>