Skip to content
Snippets Groups Projects
Commit 5d495af9 authored by andi's avatar andi
Browse files

magpie caching removed

darcs-hash:20050113165147-9977f-8a6c359349eeca76667af06ef5a69da16c654128.gz
parent f3f0262c
No related branches found
No related tags found
No related merge requests found
<?php
define('DOKUWIKIVERSION','2004-01-12');
define('DOKUWIKIVERSION','2004-01-13');
ini_set('short_open_tag',"1");
require_once("conf/dokuwiki.php");
......
......@@ -325,6 +325,7 @@ function format_link_media($link){
*/
function format_rss($url){
global $lang;
define('MAGPIE_CACHE_ON', false); //we do our own caching
define('MAGPIE_DIR', 'inc/magpie/');
require_once(MAGPIE_DIR.'/rss_fetch.inc');
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment