diff --git a/phpBB/config.php b/phpBB/config.php index 59bf08ca93..16f36cc071 100644 --- a/phpBB/config.php +++ b/phpBB/config.php @@ -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";