aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/config.php
diff options
context:
space:
mode:
authorJames Atkinson <thefinn@users.sourceforge.net>2001-02-23 20:20:45 +0000
committerJames Atkinson <thefinn@users.sourceforge.net>2001-02-23 20:20:45 +0000
commitc63eabe2c645c5492cfaac38cb3ad9fc27197407 (patch)
tree6ee1f590687807358e44424efe427eb70036cf49 /phpBB/config.php
parent6ea01fbf8abc94e38f335be808688bfbdedb359d (diff)
downloadforums-c63eabe2c645c5492cfaac38cb3ad9fc27197407.tar
forums-c63eabe2c645c5492cfaac38cb3ad9fc27197407.tar.gz
forums-c63eabe2c645c5492cfaac38cb3ad9fc27197407.tar.bz2
forums-c63eabe2c645c5492cfaac38cb3ad9fc27197407.tar.xz
forums-c63eabe2c645c5492cfaac38cb3ad9fc27197407.zip
Added another error code to ccnfig
git-svn-id: file:///svn/phpbb/trunk@32 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/config.php')
-rw-r--r--phpBB/config.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/config.php b/phpBB/config.php
index 5c5b8fed54..57ac42284c 100644
--- a/phpBB/config.php
+++ b/phpBB/config.php
@@ -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";