From 4d1def879aef2b97a2dfe65c13f2c3c8e6b53aff Mon Sep 17 00:00:00 2001 From: Meik Sievertsen Date: Sun, 11 May 2003 16:21:35 +0000 Subject: a few updates, added #539865 and #694413. git-svn-id: file:///svn/phpbb/trunk@4005 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/common.php | 1 + 1 file changed, 1 insertion(+) (limited to 'phpBB/common.php') diff --git a/phpBB/common.php b/phpBB/common.php index c1524004dc..2f23b5ff91 100644 --- a/phpBB/common.php +++ b/phpBB/common.php @@ -137,6 +137,7 @@ define('CONFIG_TABLE', $table_prefix.'config'); define('CONFIRM_TABLE', $table_prefix.'confirm'); define('DISALLOW_TABLE', $table_prefix.'disallow'); // define('EXTENSIONS_TABLE', $table_prefix.'extensions'); +define('FORBIDDEN_EXTENSIONS_TABLE', $table_prefix.'forbidden_extensions'); define('EXTENSION_GROUPS_TABLE', $table_prefix.'extension_groups'); define('FORUMS_TABLE', $table_prefix.'forums'); define('FORUMS_TRACK_TABLE', $table_prefix.'forums_marking'); -- cgit v1.2.1