bouncer_r/php/cfg config.php, 1.3, 1.4 config.php-sf, 1.2, 1.3 config.php-local, 1.1, NONE

David Farning (dfarning) fedora-extras-commits at redhat.com
Mon Aug 1 20:38:39 UTC 2005


Author: dfarning

Update of /cvs/fedora/bouncer_r/php/cfg
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13863/php/cfg

Added Files:
	config.php config.php-sf 
Removed Files:
	config.php-local 
Log Message:
cvs cleanup for fedora initial commit


Index: config.php
===================================================================
RCS file: config.php
diff -N config.php
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ config.php	1 Aug 2005 20:38:37 -0000	1.4
@@ -0,0 +1,21 @@
+<?php
+/**
+ *  Mirror configuration document.
+ *  @package mirror
+ *  @subpackage cfg
+ */
+define('FILEPATH','/var/www/html/bouncer_r/php');  // filepath of root dir
+define('WEBPATH','/bouncer_r/php');  // web path of root dir
+define('LIB',FILEPATH.'/lib');  // path to lib dir
+define('INC',FILEPATH.'/inc');  // path to inc dir 
+define('IMG',WEBPATH.'/img');  // path to img dir
+define('CFG',WEBPATH.'/cfg');  // path to cfg dir
+define('CSS',WEBPATH.'/css');  // path to css dir
+define('HEADER',INC.'/header.php');  // header document
+define('FOOTER',INC.'/footer.php');  // footer document
+define('DBHOST', 'localhost');  // db host
+define('DBNAME', 'bouncer_r');  // db name
+define('DBUSER', 'root');  // db user
+define('DBPASS', 'denmark88');  // db pass
+define('LOGGING',1);  // enable logging? 1=on 0=off
+?>


Index: config.php-sf
===================================================================
RCS file: config.php-sf
diff -N config.php-sf
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ config.php-sf	1 Aug 2005 20:38:37 -0000	1.3
@@ -0,0 +1,21 @@
+<?php
+/**
+ *  Mirror configuration document.
+ *  @package mirror
+ *  @subpackage cfg
+ */
+define('FILEPATH','/home/groups/r/rt/rtklib/htdocs/bouncer_r/php');  // filepath of root dir
+define('WEBPATH','/bouncer_r/php');  // web path of root dir
+define('LIB',FILEPATH.'/lib');  // path to lib dir
+define('INC',FILEPATH.'/inc');  // path to inc dir 
+define('IMG',WEBPATH.'/img');  // path to img dir
+define('CFG',WEBPATH.'/cfg');  // path to cfg dir
+define('CSS',WEBPATH.'/css');  // path to css dir
+define('HEADER',INC.'/header.php');  // header document
+define('FOOTER',INC.'/footer.php');  // footer document
+define('DBHOST', 'mysql-r.sourceforge.net');  // db host
+define('DBNAME', 'rtklib');  // db name
+define('DBUSER', 'rtklib');  // db user
+define('DBPASS', 'denmark88');  // db pass
+define('LOGGING',1);  // enable logging? 1=on 0=off
+?>


--- config.php-local DELETED ---




More information about the fedora-extras-commits mailing list