summaryrefslogtreecommitdiff
path: root/includes
diff options
context:
space:
mode:
authorKjartan Mannes <kjartan@2.no-reply.drupal.org>2001-12-24 08:15:46 +0000
committerKjartan Mannes <kjartan@2.no-reply.drupal.org>2001-12-24 08:15:46 +0000
commit77decc550b078878f241f1e5ad6d34fd31e86ebf (patch)
treec14ba5a282f5e7c8faee22a83c4e3dd0e48ac6e0 /includes
parent8c8b305892f3bc66b062a4fd6b46ec37278f0769 (diff)
downloadbrdo-77decc550b078878f241f1e5ad6d34fd31e86ebf.tar.gz
brdo-77decc550b078878f241f1e5ad6d34fd31e86ebf.tar.bz2
- changed the references to drop in conf.php with drupal. Its just nicer that way.
Diffstat (limited to 'includes')
-rw-r--r--includes/conf.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/conf.php b/includes/conf.php
index 05fe9a3a3..84fb8ad2d 100644
--- a/includes/conf.php
+++ b/includes/conf.php
@@ -8,7 +8,7 @@
# $db_url = "pgsql://user:password@hostname/database";
# $db_url = "mysql://user:password@hostname/database";
-$db_url = "mysql://drop:drop@localhost/drop";
+$db_url = "mysql://drupal:drupal@localhost/drupal";
#
# PHP settings: