1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 11:55:56 +00:00

add image.php to mobile

This commit is contained in:
Andrew Dolgov
2011-11-03 18:57:23 +04:00
parent a19d77222d
commit 1813fe83cc

6
mobile/image.php Normal file
View File

@@ -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');
?>