mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-07 20:08:53 +00: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:
parent
6ea01fbf8a
commit
c63eabe2c6
1 changed files with 1 additions and 1 deletions
|
@ -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";
|
||||
|
|
Loading…
Add table
Reference in a new issue