blob: 5685df48ab3d8deacfa25fe7398956586ba77f62 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
Author: Tanguy Ortolo <tanguy+debian@ortolo.eu>
Description: Disabled the built-in update notifier, not relevant for a distro-managed software. (LP: #325013)
diff -Naurp dokuwiki.orig/conf/dokuwiki.php dokuwiki/conf/dokuwiki.php
--- dokuwiki.orig/conf/dokuwiki.php
+++ dokuwiki/conf/dokuwiki.php
@@ -141,7 +141,7 @@ $conf['rss_show_summary'] = 1;
$conf['rss_show_deleted'] = 1; //Show deleted items 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
|