aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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";