mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-03 15:27:42 +02:00
Added login failer constant
git-svn-id: file:///svn/phpbb/trunk@64 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -62,6 +62,7 @@ define(QUERY_ERROR, 3);
|
|||||||
define(SESSION_CREATE, 4);
|
define(SESSION_CREATE, 4);
|
||||||
define(NO_TOPICS, 5);
|
define(NO_TOPICS, 5);
|
||||||
define(GENERAL_ERROR, 6);
|
define(GENERAL_ERROR, 6);
|
||||||
|
define(LOGIN_FAILED, 7);
|
||||||
|
|
||||||
// Session data
|
// Session data
|
||||||
$session_cookie = "phpBBsession";
|
$session_cookie = "phpBBsession";
|
||||||
|
Reference in New Issue
Block a user