mirror of
https://github.com/YunoHost-Apps/hubzilla_ynh.git
synced 2024-09-03 19:26:21 +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');
|
|
?>
|