add simplepie image handler
This commit is contained in:
parent
dab52d7bb9
commit
236ac05ce8
1 changed files with 6 additions and 0 deletions
6
image.php
Normal file
6
image.php
Normal file
|
@ -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');
|
||||
?>
|
Loading…
Reference in a new issue