summaryrefslogtreecommitdiff
path: root/devel/flyspray/files/patch-header.php
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2004-08-20 20:47:01 +0000
committerPav Lucistnik <pav@FreeBSD.org>2004-08-20 20:47:01 +0000
commita398973b7268c184e85e6954364cc6657b38da8a (patch)
treeb1d5af2105210de4dd0fcdcc671af0bdef785dbc /devel/flyspray/files/patch-header.php
parentFix build on CURRENT (diff)
- Update to 0.9.5
- Convert to new PHP infrastructure PR: ports/70703 Submitted by: Nick Hilliard <nick@foobar.org> (maintainer)
Diffstat (limited to 'devel/flyspray/files/patch-header.php')
-rw-r--r--devel/flyspray/files/patch-header.php18
1 files changed, 18 insertions, 0 deletions
diff --git a/devel/flyspray/files/patch-header.php b/devel/flyspray/files/patch-header.php
new file mode 100644
index 000000000000..465790fe1731
--- /dev/null
+++ b/devel/flyspray/files/patch-header.php
@@ -0,0 +1,18 @@
+--- header.php.orig Fri Feb 20 02:49:20 2004
++++ header.php Fri Aug 20 12:34:04 2004
+@@ -2,13 +2,13 @@
+
+ // Directory with Flyspray scripts. It's the directory where this file is
+ // located.
+-$basedir = '/var/www/flyspray';
++$basedir = '/usr/local/share/flyspray';
+
+ // Flyspray uses ADODB for database access. You will need to install
+ // it somewhere on your server for Flyspray to function. It can be installed
+ // inside the Flyspray directory if you wish. The next line needs to be the
+ // correct path to your adodb.inc.php file.
+-include_once ( "/usr/share/adodb/adodb.inc.php" );
++include_once ( "/usr/local/share/adodb/adodb.inc.php" );
+
+ // Modify this next line to reflect the correct path to your Flyspray
+ // functions.inc.php file.