mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2026-01-01 22:09:14 +00:00
7 lines
163 B
PHP
7 lines
163 B
PHP
<?php
|
|
// This should be modifed as your own use warrants.
|
|
|
|
require_once('../simplepie.inc');
|
|
SimplePie_Misc::display_cached_file($_GET['i'], './cache', 'spi');
|
|
?>
|