mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-16 22:51:23 +02:00
Added another error code to ccnfig
git-svn-id: file:///svn/phpbb/trunk@32 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -56,7 +56,7 @@ define(SQL_CONNECT, 1);
|
|||||||
define(BANNED, 2);
|
define(BANNED, 2);
|
||||||
define(QUERY_ERROR, 3);
|
define(QUERY_ERROR, 3);
|
||||||
define(SESSION_CREATE, 4);
|
define(SESSION_CREATE, 4);
|
||||||
|
define(NO_TOPICS, 5);
|
||||||
|
|
||||||
// Session data
|
// Session data
|
||||||
$session_cookie = "phpBBsession";
|
$session_cookie = "phpBBsession";
|
||||||
|
Reference in New Issue
Block a user