diff options
author | Kjartan Mannes <kjartan@2.no-reply.drupal.org> | 2001-12-24 08:15:46 +0000 |
---|---|---|
committer | Kjartan Mannes <kjartan@2.no-reply.drupal.org> | 2001-12-24 08:15:46 +0000 |
commit | 77decc550b078878f241f1e5ad6d34fd31e86ebf (patch) | |
tree | c14ba5a282f5e7c8faee22a83c4e3dd0e48ac6e0 | |
parent | 8c8b305892f3bc66b062a4fd6b46ec37278f0769 (diff) | |
download | brdo-77decc550b078878f241f1e5ad6d34fd31e86ebf.tar.gz brdo-77decc550b078878f241f1e5ad6d34fd31e86ebf.tar.bz2 |
- changed the references to drop in conf.php with drupal. Its just nicer that way.
-rw-r--r-- | includes/conf.php | 2 |
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: |