mirror of
https://github.com/friendica/friendica
synced 2024-11-10 13:42:53 +00:00
6 lines
163 B
PHP
6 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');
|
|
?>
|