[Phpbb-php5mod-cvs-checkins] phpbb-php5 config.php,1.2,1.3
Brought to you by:
jelly_doughnut
From: Josh <jel...@us...> - 2004-11-20 01:55:42
|
Update of /cvsroot/phpbb-php5mod/phpbb-php5 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7613 Modified Files: config.php Log Message: Fixed idiocy. Index: config.php =================================================================== RCS file: /cvsroot/phpbb-php5mod/phpbb-php5/config.php,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** config.php 20 Nov 2004 01:01:10 -0000 1.2 --- config.php 20 Nov 2004 01:55:27 -0000 1.3 *************** *** 1,18 **** - <?php - - - // phpBB 2.x auto-generated config file - // Do not change anything in this file! - - $dbms = 'mysql'; - - $dbhost = 'localhost'; - $dbname = 'php5mod'; - $dbuser = 'tester'; - $dbpasswd = 'simple'; - - $table_prefix = 'phpbb_'; - - define('PHPBB_INSTALLED', true); - - ?> \ No newline at end of file --- 0 ---- |