summaryrefslogtreecommitdiff
path: root/sites
diff options
context:
space:
mode:
authorSteven Wittens <steven@10.no-reply.drupal.org>2006-08-03 01:12:03 +0000
committerSteven Wittens <steven@10.no-reply.drupal.org>2006-08-03 01:12:03 +0000
commit010eca98ecb89ce2841c17139363c6dce4ffb210 (patch)
treea426900d479d8bf52fa146d48e99c37319a57eb8 /sites
parent38e4c1ae91545d0c45885966cad694660010068d (diff)
downloadbrdo-010eca98ecb89ce2841c17139363c6dce4ffb210.tar.gz
brdo-010eca98ecb89ce2841c17139363c6dce4ffb210.tar.bz2
- Fixing $db_url in settings.php
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 15f408326..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://bonsai_tree:leafy@localhost/bonsai_install';
+$db_url = 'mysql://username:password@localhost/databasename';
$db_prefix = '';
/**