[Phpslash-commit] CVS: phpslash-dev/public_html config_setup.php,1.13,1.14
Brought to you by:
joestewart,
nhruby
From: Luis M <le...@us...> - 2004-10-21 18:58:08
|
Update of /cvsroot/phpslash/phpslash-dev/public_html In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8535 Modified Files: config_setup.php Log Message: updated to use config-dist.ini.php Index: config_setup.php =================================================================== RCS file: /cvsroot/phpslash/phpslash-dev/public_html/config_setup.php,v retrieving revision 1.13 retrieving revision 1.14 diff -C2 -d -r1.13 -r1.14 *** config_setup.php 20 Oct 2004 18:01:40 -0000 1.13 --- config_setup.php 21 Oct 2004 18:57:59 -0000 1.14 *************** *** 42,46 **** // Setup of names and constants. define('PRODUCT', 'phpSlash'); // Name of the product. ! define('CONFIG_IN', 'config_setup.ini.php'); // Name of the blank config file. define('CONFIG_OUT', 'config.ini.php'); // Name of the target config file. --- 42,46 ---- // Setup of names and constants. define('PRODUCT', 'phpSlash'); // Name of the product. ! define('CONFIG_IN', 'config-dist.ini.php'); // Name of the blank config file. define('CONFIG_OUT', 'config.ini.php'); // Name of the target config file. |