summaryrefslogtreecommitdiff
path: root/sites
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2007-03-12 13:53:30 +0000
committerDries Buytaert <dries@buytaert.net>2007-03-12 13:53:30 +0000
commita3263c816edfedbf37ef4b0bb1958c31329bfb9c (patch)
tree298fcbeae1ad0668739df715c0b4f91828947001 /sites
parente42c39c64b08562cb5672e070c38bc36a404b733 (diff)
downloadbrdo-a3263c816edfedbf37ef4b0bb1958c31329bfb9c.tar.gz
brdo-a3263c816edfedbf37ef4b0bb1958c31329bfb9c.tar.bz2
- Double argh
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 37b0498d7..e3ffc8fbc 100644
--- a/sites/default/settings.php
+++ b/sites/default/settings.php
@@ -90,7 +90,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/drupal';
$db_prefix = '';
/**