[phpcvsview-cvs-updates] phpcvsview config.php,1.6,1.7
Status: Pre-Alpha
Brought to you by:
bcheesem
From: Brian C. <bch...@us...> - 2004-12-22 11:15:01
|
Update of /cvsroot/phpcvsview/phpcvsview In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9830 Modified Files: config.php Log Message: - Removed unused configuration variables from config.php Index: config.php =================================================================== RCS file: /cvsroot/phpcvsview/phpcvsview/config.php,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** config.php 19 Dec 2004 03:00:46 -0000 1.6 --- config.php 22 Dec 2004 11:14:51 -0000 1.7 *************** *** 12,17 **** **/ ! // The CVSROOT path to access. For sourceforge you need the usual expansion ! // of the path based on the project name. $config['cvsroot'] = "/cvsroot/phpcvsview"; --- 12,17 ---- **/ ! // The CVSROOT path to access as it is on the server, ie for this projects ! // repository the value should be "/cvsroot/phpcvsview" $config['cvsroot'] = "/cvsroot/phpcvsview"; *************** *** 25,37 **** $config['password'] = ""; - // The HTMLTitle and HTMLHeading are used purely for the generation of the - // resultant web pages. - $config['html_title'] = "phpCVSView Source Code Library"; - $config['html_header'] = "phpCVSView Source Code Library"; - - $config['html_tbl_head_bg'] = "#CCCCCC"; - $config['html_tbl_cell_one'] = "#FFFFFF"; - $config['html_tbl_cell_two'] = "#CCCCEE"; - // Setup whether to use GeSHi project code for syntax highlighting or not. $config['UseGeSHi'] = true; --- 25,28 ---- |