diff options
author | Dries Buytaert <dries@buytaert.net> | 2000-11-03 07:59:54 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2000-11-03 07:59:54 +0000 |
commit | 819543f7b29da9bf927a463bfa12ee3801cf49ed (patch) | |
tree | c598e0d653c0b114ec8c6d2b51bca24d15b4cdd2 | |
parent | 7f2e4572fa1f1e6bcc14f0cc948f6fd988a7ff92 (diff) | |
download | brdo-819543f7b29da9bf927a463bfa12ee3801cf49ed.tar.gz brdo-819543f7b29da9bf927a463bfa12ee3801cf49ed.tar.bz2 |
* correct database information
-rw-r--r-- | includes/config.inc | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/includes/config.inc b/includes/config.inc index fa943fedb..15b1c719a 100644 --- a/includes/config.inc +++ b/includes/config.inc @@ -11,17 +11,17 @@ #$dbname = "droporg"; ### http://beta.drop.org/: -#$dbhost = "zind.net"; -#$dbuname = "dries"; -#$dbpass = "Abc123"; -#$dbname = "dries"; - -### http://dione/: -$dbhost = ""; +$dbhost = "zind.net"; $dbuname = "dries"; -$dbpass = "oakley"; +$dbpass = "Abc123"; $dbname = "dries"; +### http://dione/: +#$dbhost = ""; +#$dbuname = "dries"; +#$dbpass = "oakley"; +#$dbname = "dries"; + # # Name of the site # |