phpgroupware-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Phpgroupware-cvs] CVS: wiki config.php,1.3,1.4


From: Ralf Becker <address@hidden>
Subject: [Phpgroupware-cvs] CVS: wiki config.php,1.3,1.4
Date: Tue, 04 Mar 2003 16:15:22 -0500

Update of /cvsroot/phpgroupware/wiki
In directory subversions:/tmp/cvs-serv29927

Modified Files:
        config.php 
Log Message:
removed all phpgw-unrelevant stuff


Index: config.php
===================================================================
RCS file: /cvsroot/phpgroupware/wiki/config.php,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** config.php  3 Mar 2003 14:45:13 -0000       1.3
--- config.php  4 Mar 2003 21:15:20 -0000       1.4
***************
*** 1,13 ****
  <?php
! // config.php
! //
! // This file was generated by the install/configure.pl script based
! // on values entered by the administrator.  It contains the most
! // common (and vital) configuration parameters for WikkiTikkiTavi to
! // run.
! //
! // You may edit this file by hand or use configure.pl to generate a
! // new copy.
! //
  // Certain other settings may be configured; look in lib/defaults.php
  // to see them.  Rather than changing them in lib/defaults.php, you
--- 1,5 ----
  <?php
! // $Id$
! 
  // Certain other settings may be configured; look in lib/defaults.php
  // to see them.  Rather than changing them in lib/defaults.php, you
***************
*** 17,42 ****
  // $Admin specifies the administrator e-mail address used in error messages.
  $Admin = 'address@hidden';
- 
- // If $DBPersist is not 0, persistent database connections will be used.
- // Note that this is not supported by all hosting providers.
- $DBPersist = $GLOBALS['phpgw_info']['server']['db_persistent'];
- 
- // $DBServer indicates the hostname of the database server.  It may be
- // set to '' for the local host.
- $DBServer = $GLOBALS['phpgw_info']['server']['db_host'];
- 
- // $DBName indicates the name of the database that the wiki should use.
- $DBName = $GLOBALS['phpgw_info']['server']['db_name'];
- 
- // $DBUser indicates the name of the database user.
- $DBUser = $GLOBALS['phpgw_info']['server']['db_user'];
- 
- // $DBPasswd indicates the password to use for database access.
- $DBPasswd = $GLOBALS['phpgw_info']['server']['db_pass'];
- 
- // $DBTablePrefix is used to start table names for the wiki's tables.  If your
- // hosting provider only allows you one database, you can set up multiple
- // wikis in the same database by creating tables that have different prefixes.
- $DBTablePrefix = 'phpgw_wiki_';
  
  // $WikiName determines the name of your wiki.  This name is used in the
--- 9,12 ----





reply via email to

[Prev in Thread] Current Thread [Next in Thread]