From 26af2133c811be423db12f1d41c5acdf12733d15 Mon Sep 17 00:00:00 2001 From: Neil Drumm Date: Fri, 14 Jul 2006 02:21:52 +0000 Subject: Reverting a stray change. I blame the install system which insists I let that file be changed. --- sites/default/settings.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sites/default/settings.php b/sites/default/settings.php index 31bcbac02..5fe047700 100644 --- a/sites/default/settings.php +++ b/sites/default/settings.php @@ -84,7 +84,7 @@ * $db_url = 'mysqli://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 = ''; /** -- cgit v1.2.3