add image.php to mobile

This commit is contained in:
Andrew Dolgov 2011-11-03 18:57:23 +04:00
parent a19d77222d
commit 1813fe83cc
1 changed files with 6 additions and 0 deletions

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