summaryrefslogtreecommitdiff
path: root/sites
diff options
context:
space:
mode:
authorNeil Drumm <drumm@3064.no-reply.drupal.org>2006-07-14 01:01:15 +0000
committerNeil Drumm <drumm@3064.no-reply.drupal.org>2006-07-14 01:01:15 +0000
commit3cd232e5d4ad60b4df6f19ce2ec5d750957eb50e (patch)
tree73649192a879f147277e8be6d9dbbfcab113db12 /sites
parent860f49bacbd70f39b3c44976edd6b9241dbc545a (diff)
downloadbrdo-3cd232e5d4ad60b4df6f19ce2ec5d750957eb50e.tar.gz
brdo-3cd232e5d4ad60b4df6f19ce2ec5d750957eb50e.tar.bz2
#33772 by dfg, add title to last breadcrumb element.
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 5fe047700..31bcbac02 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://username:password@localhost/databasename';
+$db_url = 'mysql://drupal:drupal@localhost/c_drupal';
$db_prefix = '';
/**