]> git.pld-linux.org Git - packages/dokuwiki.git/blame - dokuwiki-config.patch
- patch datadir location
[packages/dokuwiki.git] / dokuwiki-config.patch
CommitLineData
2872d9cf
ER
1NOTE:
2you need to update checksum when you modify docuwiki.php
3
4--- docuwiki/conf/dokuwiki.php~ 2007-06-26 21:27:15.000000000 +0300
5+++ docuwiki/conf/dokuwiki.php 2007-08-19 19:39:43.468686519 +0300
6@@ -18,7 +18,7 @@
7 $conf['lang'] = 'en'; //your language
8 $conf['basedir'] = ''; //absolute dir from serveroot - blank for autodetection
9 $conf['baseurl'] = ''; //URL to server including protocol - blank for autodetect
10-$conf['savedir'] = './data'; //where to store all the files
11+$conf['savedir'] = '/var/lib/dokuwiki'; //where to store all the files
12 $conf['allowdebug'] = 0; //allow debug output, enable if needed 0|1
13
14 /* Display Options */
15--- dokuwiki/install.php~ 2007-08-19 19:43:02.000000000 +0300
16+++ dokuwiki/install.php 2007-08-19 19:43:05.005347572 +0300
17@@ -44,6 +44,7 @@
18 '2006-11-06' => 'b3a8af76845977c2000d85d6990dd72b',
19 '2007-05-24' => 'd80f2740c84c4a6a791fd3c7a353536f',
20 '2007-06-26' => 'b3ca19c7a654823144119980be73cd77',
21+ '2007-06-26-pld' => 'aa124bdad96ae97f3b8c0643913b9cbf',
22 );
23
24
This page took 0.035683 seconds and 4 git commands to generate.