diff options
Diffstat (limited to 'phpBB')
| -rw-r--r-- | phpBB/config.php | 1 |
1 files changed, 1 insertions, 0 deletions
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"; |
