1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/dokuwiki_ynh.git synced 2024-09-03 18:26:20 +02:00

Merge pull request #6 from jeromelebleu/master

[enh] Disable automatic update checking
This commit is contained in:
opi 2014-10-08 16:51:44 +02:00
commit 6c507f2817

View file

@ -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 $conf['rss_show_summary'] = 1; //Add revision summary to title? 0|1
/* Advanced Settings */ /* 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['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['useslash'] = 0; //use slash instead of colon? only when rewrite is on
$conf['sepchar'] = '_'; //word separator character in page names; may be a $conf['sepchar'] = '_'; //word separator character in page names; may be a