friendica/simplepie/demo/handler_image.php

7 lines
163 B
PHP
Raw Normal View History

2010-07-05 12:34:42 +02:00
<?php
// This should be modifed as your own use warrants.
require_once('../simplepie.inc');
SimplePie_Misc::display_cached_file($_GET['i'], './cache', 'spi');
?>