summaryrefslogtreecommitdiff
path: root/mobile
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2011-11-03 18:57:23 +0400
committerAndrew Dolgov <[email protected]>2011-11-03 18:57:23 +0400
commit1813fe83cc33b8311bed4c5b42939bc3f91a6842 (patch)
tree5523a0db911f17d928d84214a26a37c8d79ceb18 /mobile
parenta19d77222d0cbbe667b6b72baf1658d8af170234 (diff)
add image.php to mobile
Diffstat (limited to 'mobile')
-rw-r--r--mobile/image.php6
1 files changed, 6 insertions, 0 deletions
diff --git a/mobile/image.php b/mobile/image.php
new file mode 100644
index 000000000..1fb8368b2
--- /dev/null
+++ b/mobile/image.php
@@ -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');
+?>