mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 14:00:31 +02:00
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
This commit is contained in:
@@ -130,13 +130,6 @@ CREATE TABLE phpbb_extension_groups (
|
||||
PRIMARY KEY (group_id)
|
||||
);
|
||||
|
||||
-- Table: 'phpbb_forbidden_extensions'
|
||||
CREATE TABLE phpbb_forbidden_extensions (
|
||||
extension_id INTEGER NOT NULL,
|
||||
extension VARCHAR(100) NOT NULL,
|
||||
PRIMARY KEY (extension_id)
|
||||
);
|
||||
|
||||
-- Table: 'phpbb_forums'
|
||||
CREATE TABLE phpbb_forums (
|
||||
forum_id INTEGER NOT NULL,
|
||||
|
Reference in New Issue
Block a user