summaryrefslogtreecommitdiff
path: root/image.php
blob: 210bbc2f7f3342dae900a3bbd438ecc571d20ae2 (plain)
1
2
3
4
5
6
7
8
<?php
	set_include_path(get_include_path() . PATH_SEPARATOR . "include");

	require_once "config.php";
	require_once "lib/simplepie/simplepie.inc";

	SimplePie_Misc::display_cached_file($_GET['i'], SIMPLEPIE_CACHE_DIR, 'spi');
?>