]> git.pld-linux.org Git - packages/flyspray.git/blame - flyspray-config.patch
- remove docs dir
[packages/flyspray.git] / flyspray-config.patch
CommitLineData
bab63772 1diff -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.
f3b93994 6
bab63772 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"
f3b93994 14
bab63772 15 [database]
This page took 0.56572 seconds and 4 git commands to generate.