From ab26bfb9d2542dcc20b7003a0ff63966c7eb90dd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Lebleu?= Date: Thu, 2 Oct 2014 18:08:48 +0200 Subject: [PATCH] [enh] Disable automatic update checking --- sources/conf/dokuwiki.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sources/conf/dokuwiki.php b/sources/conf/dokuwiki.php index fc43922..c4053ce 100644 --- a/sources/conf/dokuwiki.php +++ b/sources/conf/dokuwiki.php @@ -149,7 +149,7 @@ $conf['rss_update'] = 5*60; //Update the RSS feed every n seconds ( $conf['rss_show_summary'] = 1; //Add revision summary to title? 0|1 /* Advanced Settings */ -$conf['updatecheck'] = 1; //automatically check for new releases? +$conf['updatecheck'] = 0; //automatically check for new releases? $conf['userewrite'] = 0; //this makes nice URLs: 0: off 1: .htaccess 2: internal $conf['useslash'] = 0; //use slash instead of colon? only when rewrite is on $conf['sepchar'] = '_'; //word separator character in page names; may be a