diff options
| author | JoshyPHP <s9e.dev@gmail.com> | 2015-06-10 15:11:27 +0200 |
|---|---|---|
| committer | JoshyPHP <s9e.dev@gmail.com> | 2015-07-15 22:05:06 +0200 |
| commit | da7fc9e5daf6e72f9b86dbc5e002febb202f516e (patch) | |
| tree | ad741d7ad78d93c4a39953e717ab3b01a1896e80 /phpBB/install/schemas/schema_data.sql | |
| parent | f1df8e2688bb9765833c18d90302a2f918646929 (diff) | |
| download | forums-da7fc9e5daf6e72f9b86dbc5e002febb202f516e.tar forums-da7fc9e5daf6e72f9b86dbc5e002febb202f516e.tar.gz forums-da7fc9e5daf6e72f9b86dbc5e002febb202f516e.tar.bz2 forums-da7fc9e5daf6e72f9b86dbc5e002febb202f516e.tar.xz forums-da7fc9e5daf6e72f9b86dbc5e002febb202f516e.zip | |
[ticket/13935] Allow more admin-configurable schemes in post links
PHPBB3-13935
Diffstat (limited to 'phpBB/install/schemas/schema_data.sql')
| -rw-r--r-- | phpBB/install/schemas/schema_data.sql | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/install/schemas/schema_data.sql b/phpBB/install/schemas/schema_data.sql index c53c252e2f..ca561ec35d 100644 --- a/phpBB/install/schemas/schema_data.sql +++ b/phpBB/install/schemas/schema_data.sql @@ -41,6 +41,7 @@ INSERT INTO phpbb_config (config_name, config_value) VALUES ('allow_sig_pm', '1' INSERT INTO phpbb_config (config_name, config_value) VALUES ('allow_sig_smilies', '1'); INSERT INTO phpbb_config (config_name, config_value) VALUES ('allow_smilies', '1'); INSERT INTO phpbb_config (config_name, config_value) VALUES ('allow_topic_notify', '1'); +INSERT INTO phpbb_config (config_name, config_value) VALUES ('allowed_schemes_links', 'http,https,ftp'); INSERT INTO phpbb_config (config_name, config_value) VALUES ('assets_version', '1'); INSERT INTO phpbb_config (config_name, config_value) VALUES ('attachment_quota', '52428800'); INSERT INTO phpbb_config (config_name, config_value) VALUES ('auth_bbcode_pm', '1'); |
