diff options
author | Dries Buytaert <dries@buytaert.net> | 2000-11-02 09:23:07 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2000-11-02 09:23:07 +0000 |
commit | 8a866e6d51ba27eecc186e7001bfcc4af42e6dfe (patch) | |
tree | 736ae0a9b4169bd96fe7f1c94d11588a989549ea /includes/config.inc | |
parent | 70520c7b0548bd70b30b1c553bda087c7321e1dc (diff) | |
download | brdo-8a866e6d51ba27eecc186e7001bfcc4af42e6dfe.tar.gz brdo-8a866e6d51ba27eecc186e7001bfcc4af42e6dfe.tar.bz2 |
- Fixed quote bug in the comment tracker.
(suggestion UnConeD)
- Added anchors to comment links to easy comment navigation.
(suggestion UnConeD)
- Fixed duplicate `you voted' after moderating a story.
(suggestion UnConeD)
- Fixed quote bug in administration center.
- Expanded user administration with timezone information.
- Improved the theme system by eliminating the "preview" function.
Let's not make the system more complex then it ought to be.
- Refined watchdog administration.
- ...
Diffstat (limited to 'includes/config.inc')
-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 c5fdffd8f..8a4b9b2d6 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 # |