From 77decc550b078878f241f1e5ad6d34fd31e86ebf Mon Sep 17 00:00:00 2001 From: Kjartan Mannes Date: Mon, 24 Dec 2001 08:15:46 +0000 Subject: - changed the references to drop in conf.php with drupal. Its just nicer that way. --- includes/conf.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'includes') 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: -- cgit v1.2.3