bouncer_r/php/cfg config.php.cvs,NONE,1.1

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


Author: dfarning

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

Added Files:
	config.php.cvs 
Log Message:
cvs cleanup for fedora initial commit


--- NEW FILE config.php.cvs ---
<?php
/**
 *  Mirror configuration document.
 *  @package mirror
 *  @subpackage cfg
 */
define('FILEPATH','');  // filepath of root dir
define('WEBPATH','');  // 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', '');  // db host
define('DBNAME', '');  // db name
define('DBUSER', '');  // db user
define('DBPASS', '');  // db pass
define('LOGGING',1);  // enable logging? 1=on 0=off
?>




More information about the fedora-extras-commits mailing list