]> git.wh0rd.org - tt-rss.git/blame - image.php
disable csrf logging
[tt-rss.git] / image.php
CommitLineData
236ac05c 1<?php
f03a795d
AD
2 set_include_path(get_include_path() . PATH_SEPARATOR .
3 dirname(__FILE__) . "/include");
107d0cf3 4
bc0f0785 5 require_once "config.php";
5ef03f15 6 require_once "lib/simplepie/simplepie.inc";
236ac05c 7
bc0f0785 8 SimplePie_Misc::display_cached_file($_GET['i'], SIMPLEPIE_CACHE_DIR, 'spi');
236ac05c 9?>