root / branches / 1.1 / demo / handler_image.php @ 960

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
?>
7