diff options
author | Dries Buytaert <dries@buytaert.net> | 2000-09-26 07:35:22 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2000-09-26 07:35:22 +0000 |
commit | d75efcbf68985b86039641e12f5639cf3efcf15c (patch) | |
tree | 2c7a9b0cbd2cd98ff6b0628154cbbc3c0ea95068 | |
parent | 5fc99970ab49ea5e7a7d91f49ad885c0ab30a6c7 (diff) | |
download | brdo-d75efcbf68985b86039641e12f5639cf3efcf15c.tar.gz brdo-d75efcbf68985b86039641e12f5639cf3efcf15c.tar.bz2 |
no comment
-rw-r--r-- | config.inc | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/config.inc b/config.inc index e28ad43cc..e7cd75906 100644 --- a/config.inc +++ b/config.inc @@ -4,16 +4,16 @@ # MySQL settings: # -#$dbhost = "zind.net"; -#$dbuname = "dries"; -#$dbpass = "Abc123"; -#$dbname = "dries"; - -$dbhost = ""; +$dbhost = "zind.net"; $dbuname = "dries"; -$dbpass = "oakley"; +$dbpass = "Abc123"; $dbname = "dries"; +#$dbhost = ""; +#$dbuname = "dries"; +#$dbpass = "oakley"; +#$dbname = "dries"; + # # Name of the site # |