]> git.wh0rd.org - tt-rss.git/commitdiff
add image.php to mobile
authorAndrew Dolgov <fox@madoka.volgo-balt.ru>
Thu, 3 Nov 2011 14:57:23 +0000 (18:57 +0400)
committerAndrew Dolgov <fox@madoka.volgo-balt.ru>
Thu, 3 Nov 2011 14:57:23 +0000 (18:57 +0400)
mobile/image.php [new file with mode: 0644]

diff --git a/mobile/image.php b/mobile/image.php
new file mode 100644 (file)
index 0000000..1fb8368
--- /dev/null
@@ -0,0 +1,6 @@
+<?php
+       require_once "../config.php";
+       require_once "../lib/simplepie/simplepie.inc";
+
+       SimplePie_Misc::display_cached_file($_GET['i'], '../'.SIMPLEPIE_CACHE_DIR, 'spi');
+?>