ttrss/image.php

9 lines
230 B
PHP
Raw Normal View History

2007-08-26 03:32:10 +00:00
<?php
2011-12-11 19:59:25 +00:00
set_include_path(get_include_path() . PATH_SEPARATOR . "include");
2007-08-26 04:00:30 +00:00
require_once "config.php";
2009-01-22 13:31:24 +00:00
require_once "lib/simplepie/simplepie.inc";
2007-08-26 03:32:10 +00:00
2007-08-26 04:00:30 +00:00
SimplePie_Misc::display_cached_file($_GET['i'], SIMPLEPIE_CACHE_DIR, 'spi');
2007-08-26 03:32:10 +00:00
?>