mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +02:00
Aded GENERAL_ERROR to constants
git-svn-id: file:///svn/phpbb/trunk@57 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -61,6 +61,7 @@ define(BANNED, 2);
|
||||
define(QUERY_ERROR, 3);
|
||||
define(SESSION_CREATE, 4);
|
||||
define(NO_TOPICS, 5);
|
||||
define(GENERAL_ERROR, 6);
|
||||
|
||||
// Session data
|
||||
$session_cookie = "phpBBsession";
|
||||
@@ -69,9 +70,9 @@ $session_cookie_time = 3600;
|
||||
// DB connection config
|
||||
$dbms = "mysql";
|
||||
$dbhost = "localhost";
|
||||
$dbname = "phpbb";
|
||||
$dbuser = "iamstillanidiot";
|
||||
$dbpasswd = "iamstillanidiotspassword";
|
||||
$dbname = "";
|
||||
$dbuser = "";
|
||||
$dbpasswd = "";
|
||||
|
||||
// Date format (needs to go into DB)
|
||||
$date_format = "M d, Y h:i:s a";
|
||||
|
Reference in New Issue
Block a user