mirror of
https://git.friendi.ca/friendica/friendica.git
synced 2025-06-07 20:44:32 +02: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');
|
|
?>
|