summaryrefslogtreecommitdiff
path: root/sites
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2006-11-22 09:21:11 +0000
committerDries Buytaert <dries@buytaert.net>2006-11-22 09:21:11 +0000
commitfef48963ce8a8e1eb67f09da30c367e00250f43f (patch)
treec6033fd5f671ef14b8140bb31de57bcd38cc5208 /sites
parentadc7f023c54c30c2e95c8848b4e9c3393dbfeb8f (diff)
downloadbrdo-fef48963ce8a8e1eb67f09da30c367e00250f43f.tar.gz
brdo-fef48963ce8a8e1eb67f09da30c367e00250f43f.tar.bz2
- Patch #87298 by dww: removed my local settings.php changes. Sorry.
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 bef5a8759..854bbec9a 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/drupal';
+$db_url = 'mysql://username:password@localhost/databasename';
$db_prefix = '';
/**