1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-07 01:06:48 +02:00

User registration works.

git-svn-id: file:///svn/phpbb/trunk@106 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
James Atkinson
2001-03-19 01:35:04 +00:00
parent 40f1f172a8
commit 9eff772508
14 changed files with 822 additions and 202 deletions

View File

@@ -29,9 +29,9 @@ $session_cookie_time = 3600;
// DB connection config
$dbms = "mysql";
$dbhost = "localhost";
$dbname = "phpbb2";
$dbuser = "phpbb2";
$dbpasswd = "bbphp2bb";
$dbname = "";
$dbuser = "";
$dbpasswd = "";
// Date format (needs to go into DB)
$date_format = "M d Y h:i:s a"; // American datesformat