Added another error code to ccnfig

git-svn-id: file:///svn/phpbb/trunk@32 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
James Atkinson 2001-02-23 20:20:45 +00:00
parent 6ea01fbf8a
commit c63eabe2c6

View file

@ -56,7 +56,7 @@ define(SQL_CONNECT, 1);
define(BANNED, 2);
define(QUERY_ERROR, 3);
define(SESSION_CREATE, 4);
define(NO_TOPICS, 5);
// Session data
$session_cookie = "phpBBsession";