root/image.php
| Revision 2049, 157 bytes (checked in by Andrew Dolgov <fox@bah.spb.su>, 1 year ago) |
|---|
| Line | |
|---|---|
| 1 | <?php |
| 2 | require_once "config.php"; |
| 3 | require_once "simplepie/simplepie.inc"; |
| 4 | |
| 5 | SimplePie_Misc::display_cached_file($_GET['i'], SIMPLEPIE_CACHE_DIR, 'spi'); |
| 6 | ?> |
| 7 |
Note: See TracBrowser for help on using the browser.