1
0
mirror of https://tt-rss.org/git/tt-rss.git synced 2024-06-26 11:59:02 +02:00

add simplepie image handler

This commit is contained in:
Andrew Dolgov 2007-08-26 04:32:10 +01:00
parent dab52d7bb9
commit 236ac05ce8

6
image.php Normal file
View File

@ -0,0 +1,6 @@
<?php
// This should be modifed as your own use warrants.
require_once('../simplepie.inc');
SimplePie_Misc::display_cached_file($_GET['i'], './cache', 'spi');
?>