Added login failer constant

git-svn-id: file:///svn/phpbb/trunk@64 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
James Atkinson 2001-02-25 22:15:12 +00:00
parent 381a2275f4
commit 9bb944225a

View file

@ -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";