]> git.wh0rd.org Git - tt-rss.git/commitdiff
add simplepie image handler
authorAndrew Dolgov <fox@madoka.spb.ru>
Sun, 26 Aug 2007 03:32:10 +0000 (04:32 +0100)
committerAndrew Dolgov <fox@madoka.spb.ru>
Sun, 26 Aug 2007 03:32:10 +0000 (04:32 +0100)
image.php [new file with mode: 0644]

diff --git a/image.php b/image.php
new file mode 100644 (file)
index 0000000..49c3ec8
--- /dev/null
+++ b/image.php
@@ -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');
+?>