diff options
author | Meik Sievertsen <acydburn@phpbb.com> | 2003-08-13 16:56:01 +0000 |
---|---|---|
committer | Meik Sievertsen <acydburn@phpbb.com> | 2003-08-13 16:56:01 +0000 |
commit | c0551af8517463858948c52a8c602a25b58ab9ce (patch) | |
tree | 72738e2782d34c9d029e683930098d8e046f8c44 /phpBB/common.php | |
parent | e46f4cb50550bd00ad9dfd64090884c764877737 (diff) | |
download | forums-c0551af8517463858948c52a8c602a25b58ab9ce.tar forums-c0551af8517463858948c52a8c602a25b58ab9ce.tar.gz forums-c0551af8517463858948c52a8c602a25b58ab9ce.tar.bz2 forums-c0551af8517463858948c52a8c602a25b58ab9ce.tar.xz forums-c0551af8517463858948c52a8c602a25b58ab9ce.zip |
bye bye forbidden extensions... we have a deny,allow rule for extensions, forbidden extensions are therefore a little bit redundant.
git-svn-id: file:///svn/phpbb/trunk@4400 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/common.php')
-rw-r--r-- | phpBB/common.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/phpBB/common.php b/phpBB/common.php index 7d4323cb38..cceda2739b 100644 --- a/phpBB/common.php +++ b/phpBB/common.php @@ -144,7 +144,6 @@ 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'); |