]> git.pld-linux.org Git - packages/flyspray.git/commitdiff
- update to version 0.9.6
authorciesiel <ciesiel@pld-linux.org>
Wed, 13 Oct 2004 17:41:43 +0000 (17:41 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    flyspray-config.patch -> 1.2

flyspray-config.patch

index 77b8676dfab29098917f26342acd1d6d708289fc..42294bd8c97a7ea8c44c76611671789c63e6cb3a 100644 (file)
@@ -1,18 +1,15 @@
---- flyspray-0.9.5/header.php.orig     2004-06-27 12:02:35.807830360 +0200
-+++ flyspray-0.9.5/header.php  2004-06-27 12:02:51.285477400 +0200
-@@ -2,13 +2,13 @@
+diff -urN flyspray-0.9.6_oryg/flyspray.conf.php flyspray-0.9.6/flyspray.conf.php
+--- flyspray-0.9.6_oryg/flyspray.conf.php      2004-09-14 13:19:24.000000000 +0200
++++ flyspray-0.9.6/flyspray.conf.php   2004-10-13 19:15:02.902568288 +0200
+@@ -6,9 +6,9 @@
+ ; a web browser, and editing header.php to point to wherever you put this file.
  
- // Directory with Flyspray scripts. It's the directory where this file is
- // located.
--$basedir = '/var/www/flyspray';
-+$basedir = '/usr/share/flyspray';
+ [general]
+-basedir = "/var/www/flyspray/"                ; Location of your Flyspray installation
++basedir = "/usr/share/flyspray/"                ; Location of your Flyspray installation
+ cookiesalt = "4t"                             ; Randomisation value for cookie encoding
+-adodbpath = "/usr/share/adodb/adodb.inc.php"  ; Path to the main ADODB include file
++adodbpath = "/usr/share/pear/adodb/adodb.inc.php"  ; Path to the main ADODB include file
+ output_buffering = "on"                     ; Available options: "off", "on" and "gzip"
  
- // 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/share/pear/adodb/adodb.inc.php" );
- //  Modify this next line to reflect the correct path to your Flyspray
- //  functions.inc.php file.
+ [database]
This page took 0.06876 seconds and 4 git commands to generate.