diff options
author | Dries Buytaert <dries@buytaert.net> | 2001-09-16 11:33:14 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2001-09-16 11:33:14 +0000 |
commit | 2d1e9126cb10f52e7711ce121f8bdaa5bdc71aa4 (patch) | |
tree | 51c3918085542ee9487bfb4bc95feee502281eec /includes/conf.php | |
parent | f358893b52f364aefbdab41a5e1407d54f0c2b59 (diff) | |
download | brdo-2d1e9126cb10f52e7711ce121f8bdaa5bdc71aa4.tar.gz brdo-2d1e9126cb10f52e7711ce121f8bdaa5bdc71aa4.tar.bz2 |
- Added the new user module!
Diffstat (limited to 'includes/conf.php')
-rw-r--r-- | includes/conf.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/includes/conf.php b/includes/conf.php index 239473a76..bd13a9539 100644 --- a/includes/conf.php +++ b/includes/conf.php @@ -4,9 +4,9 @@ # Database settings: # $db_host = "localhost"; -$db_user = "username"; -$db_pass = "password"; -$db_name = "database"; +$db_user = "drop"; // username +$db_pass = "drop"; // password +$db_name = "database"; // database # # Comment votes: |