mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-07 20:08:53 +00:00
Added login failer constant
git-svn-id: file:///svn/phpbb/trunk@64 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
381a2275f4
commit
9bb944225a
1 changed files with 1 additions and 0 deletions
|
@ -62,6 +62,7 @@ define(QUERY_ERROR, 3);
|
|||
define(SESSION_CREATE, 4);
|
||||
define(NO_TOPICS, 5);
|
||||
define(GENERAL_ERROR, 6);
|
||||
define(LOGIN_FAILED, 7);
|
||||
|
||||
// Session data
|
||||
$session_cookie = "phpBBsession";
|
||||
|
|
Loading…
Add table
Reference in a new issue