From 46a39fe26670a317ee6657e82c26d661d6a3eba5 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Mon, 13 Nov 2000 08:18:47 +0000 Subject: * and the correct database settings --- includes/config.inc | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'includes') diff --git a/includes/config.inc b/includes/config.inc index 80ee2dc74..00b5c0e18 100644 --- a/includes/config.inc +++ b/includes/config.inc @@ -11,17 +11,17 @@ #$db_name = "droporg"; ### host: "http://beta.drop.org/": -#$db_host = "zind.net"; -#$db_uname = "dries"; -#$db_pass = "Abc123"; -#$db_name = "dries"; - -### host: "http://localhost/": -$db_host = ""; +$db_host = "zind.net"; $db_uname = "dries"; -$db_pass = "oakley"; +$db_pass = "Abc123"; $db_name = "dries"; +### host: "http://localhost/": +#$db_host = ""; +#$db_uname = "dries"; +#$db_pass = "oakley"; +#$db_name = "dries"; + # # Administrative information # -- cgit v1.2.3