summaryrefslogtreecommitdiff
path: root/sites
diff options
context:
space:
mode:
authorNeil Drumm <drumm@3064.no-reply.drupal.org>2006-07-14 02:21:52 +0000
committerNeil Drumm <drumm@3064.no-reply.drupal.org>2006-07-14 02:21:52 +0000
commit26af2133c811be423db12f1d41c5acdf12733d15 (patch)
tree4ac3de0eab25c4ffc896e30b9a4847411075ae25 /sites
parent894581558afe0e0e645ca18800741fc9408fd2b8 (diff)
downloadbrdo-26af2133c811be423db12f1d41c5acdf12733d15.tar.gz
brdo-26af2133c811be423db12f1d41c5acdf12733d15.tar.bz2
Reverting a stray change. I blame the install system which insists I let that file be changed.
Diffstat (limited to 'sites')
-rw-r--r--sites/default/settings.php2
1 files changed, 1 insertions, 1 deletions
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 = '';
/**