]> git.pld-linux.org Git - packages/dokuwiki.git/blame - dokuwiki-config.patch
- add pld branding patch (idea from debian)
[packages/dokuwiki.git] / dokuwiki-config.patch
CommitLineData
0a9f5b39
SP
1--- dokuwiki-rc2009-02-06/conf/dokuwiki.php 2009-02-06 09:10:44.000000000 +0100
2+++ dokuwiki-rc2009-02-06.new/conf/dokuwiki.php 2009-02-07 10:53:46.339771628 +0100
2872d9cf
ER
3@@ -18,7 +18,7 @@
4 $conf['lang'] = 'en'; //your language
5 $conf['basedir'] = ''; //absolute dir from serveroot - blank for autodetection
6 $conf['baseurl'] = ''; //URL to server including protocol - blank for autodetect
7-$conf['savedir'] = './data'; //where to store all the files
8+$conf['savedir'] = '/var/lib/dokuwiki'; //where to store all the files
9 $conf['allowdebug'] = 0; //allow debug output, enable if needed 0|1
10
11 /* Display Options */
107aba6f
ER
12--- dokuwiki/install.php~ 2009-11-10 15:24:36.000000000 +0200
13+++ dokuwiki/install.php 2009-11-10 15:25:06.540902430 +0200
14@@ -46,6 +46,7 @@
2872d9cf 15 '2007-06-26' => 'b3ca19c7a654823144119980be73cd77',
c9db9c16 16 '2008-05-04' => '1e5c42eac3219d9e21927c39e3240aad',
107aba6f
ER
17 '2009-02-14' => 'ec8c04210732a14fdfce0f7f6eead865',
18+ '2009-02-14-pld' => 'f2ea17d864c3d7995418e58b85dbb8d0',
2872d9cf
ER
19 );
20
21
This page took 0.049262 seconds and 4 git commands to generate.