Reverting a stray change. I blame the install system which insists I let that file be changed.

5.x
Neil Drumm 2006-07-14 02:21:52 +00:00
parent 894581558a
commit 26af2133c8
1 changed files with 1 additions and 1 deletions

View File

@ -84,7 +84,7 @@
* $db_url = 'mysqli://username:password@localhost/databasename'; * $db_url = 'mysqli://username:password@localhost/databasename';
* $db_url = 'pgsql://username:password@localhost/databasename'; * $db_url = 'pgsql://username:password@localhost/databasename';
*/ */
$db_url = 'mysql://drupal:drupal@localhost/c_drupal'; $db_url = 'mysql://username:password@localhost/databasename';
$db_prefix = ''; $db_prefix = '';
/** /**