]> git.pld-linux.org Git - packages/dokuwiki.git/blob - dokuwiki-config.patch
91185d526fcf857a5d5d5d71b7fe32e364a3b427
[packages/dokuwiki.git] / dokuwiki-config.patch
1 diff -ur dokuwiki-rc2009-02-06/conf/dokuwiki.php dokuwiki-rc2009-02-06.new/conf/dokuwiki.php
2 --- dokuwiki-rc2009-02-06/conf/dokuwiki.php     2009-02-06 09:10:44.000000000 +0100
3 +++ dokuwiki-rc2009-02-06.new/conf/dokuwiki.php 2009-02-07 10:53:46.339771628 +0100
4 @@ -18,7 +18,7 @@
5  $conf['lang']        = 'en';              //your language
6  $conf['basedir']     = '';                //absolute dir from serveroot - blank for autodetection
7  $conf['baseurl']     = '';                //URL to server including protocol - blank for autodetect
8 -$conf['savedir']     = './data';          //where to store all the files
9 +$conf['savedir']     = '/var/lib/dokuwiki';          //where to store all the files
10  $conf['allowdebug']  = 0;                 //allow debug output, enable if needed 0|1
11  
12  /* Display Options */
13 Tylko w dokuwiki-rc2009-02-06.new/conf: dokuwiki.php~
14 diff -ur dokuwiki-rc2009-02-06/install.php dokuwiki-rc2009-02-06.new/install.php
15 --- dokuwiki-rc2009-02-06/install.php   2009-02-06 09:10:45.000000000 +0100
16 +++ dokuwiki-rc2009-02-06.new/install.php       2009-02-07 10:55:11.166843399 +0100
17 @@ -45,6 +45,7 @@
18      '2007-06-26'   => 'b3ca19c7a654823144119980be73cd77',
19      '2008-05-04'   => '1e5c42eac3219d9e21927c39e3240aad',
20      'rc2009-02-06' => 'ec8c04210732a14fdfce0f7f6eead865',
21 +    'rc2009-02-06-pld' => 'b6a09aaed22c1865ba154ec11021997e',
22  );
23  
24  
25 Tylko w dokuwiki-rc2009-02-06.new/: install.php~
This page took 0.038487 seconds and 3 git commands to generate.