]> git.pld-linux.org Git - packages/flyspray.git/blame - flyspray-config.patch
- new
[packages/flyspray.git] / flyspray-config.patch
CommitLineData
f3b93994
TO
1--- flyspray-0.9.5/header.php.orig 2004-06-27 12:02:35.807830360 +0200
2+++ flyspray-0.9.5/header.php 2004-06-27 12:02:51.285477400 +0200
3@@ -2,13 +2,13 @@
4
5 // Directory with Flyspray scripts. It's the directory where this file is
6 // located.
7-$basedir = '/var/www/flyspray';
8+$basedir = '/usr/share/flyspray';
9
10 // Flyspray uses ADODB for database access. You will need to install
11 // it somewhere on your server for Flyspray to function. It can be installed
12 // inside the Flyspray directory if you wish. The next line needs to be the
13 // correct path to your adodb.inc.php file.
14-include_once ( "/usr/share/adodb/adodb.inc.php" );
15+include_once ( "/usr/share/pear/adodb/adodb.inc.php" );
16
17 // Modify this next line to reflect the correct path to your Flyspray
18 // functions.inc.php file.
This page took 0.327608 seconds and 4 git commands to generate.