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/install/schemas/schema_data.sql | |
| 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/install/schemas/schema_data.sql')
| -rw-r--r-- | phpBB/install/schemas/schema_data.sql | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/phpBB/install/schemas/schema_data.sql b/phpBB/install/schemas/schema_data.sql index eb068bc3ad..715ef1909b 100644 --- a/phpBB/install/schemas/schema_data.sql +++ b/phpBB/install/schemas/schema_data.sql @@ -481,22 +481,6 @@ INSERT INTO phpbb_reports_reasons (reason_id, reason_priority, reason_name, reas # MSSQL IDENTITY phpbb_reports_reasons OFF # - -# MSSQL IDENTITY phpbb_forbidden_extensions ON # - -# -- forbidden_extensions -INSERT INTO phpbb_forbidden_extensions (extension_id, extension) VALUES (1, 'php'); -INSERT INTO phpbb_forbidden_extensions (extension_id, extension) VALUES (2, 'php3'); -INSERT INTO phpbb_forbidden_extensions (extension_id, extension) VALUES (3, 'php4'); -INSERT INTO phpbb_forbidden_extensions (extension_id, extension) VALUES (4, 'phtml'); -INSERT INTO phpbb_forbidden_extensions (extension_id, extension) VALUES (5, 'pl'); -INSERT INTO phpbb_forbidden_extensions (extension_id, extension) VALUES (6, 'asp'); -INSERT INTO phpbb_forbidden_extensions (extension_id, extension) VALUES (7, 'cgi'); -INSERT INTO phpbb_forbidden_extensions (extension_id, extension) VALUES (8, 'aspx'); - -# MSSQL IDENTITY phpbb_forbidden_extensions OFF # - - # MSSQL IDENTITY phpbb_extension_groups ON # # -- extension_groups |
