]> git.pld-linux.org Git - packages/flyspray.git/blob - flyspray-config.patch
- remove docs dir
[packages/flyspray.git] / flyspray-config.patch
1 diff -urN flyspray-0.9.6_oryg/flyspray.conf.php flyspray-0.9.6/flyspray.conf.php
2 --- flyspray-0.9.6_oryg/flyspray.conf.php       2004-09-14 13:19:24.000000000 +0200
3 +++ flyspray-0.9.6/flyspray.conf.php    2004-10-13 19:15:02.902568288 +0200
4 @@ -6,9 +6,9 @@
5  ; a web browser, and editing header.php to point to wherever you put this file.
6  
7  [general]
8 -basedir = "/var/www/flyspray/"                ; Location of your Flyspray installation
9 +basedir = "/usr/share/flyspray/"                ; Location of your Flyspray installation
10  cookiesalt = "4t"                             ; Randomisation value for cookie encoding
11 -adodbpath = "/usr/share/adodb/adodb.inc.php"  ; Path to the main ADODB include file
12 +adodbpath = "/usr/share/pear/adodb/adodb.inc.php"  ; Path to the main ADODB include file
13  output_buffering = "on"                     ; Available options: "off", "on" and "gzip"
14  
15  [database]
This page took 0.417667 seconds and 3 git commands to generate.