@gerold
Edit getfeed.php and somewhere at the beginning insert this:
Change 3600 to your preferred number of seconds (0 to always refresh, but use it with care if the fetched feed is not in your own server)
Edit getfeed.php and somewhere at the beginning insert this:
Code:
define('MAGPIE_CACHE_AGE',3600); // How long to store cached RSS objects? In seconds.
Change 3600 to your preferred number of seconds (0 to always refresh, but use it with care if the fetched feed is not in your own server)