mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-11 11:13:59 +02:00
[ticket/16857] Remove unused settings in acp_board
Removes everything that is still relative PHPBB3-16857
This commit is contained in:
@@ -400,8 +400,6 @@ class phpbb_questionnaire_phpbb_data_provider
|
||||
'max_poll_options' => true,
|
||||
'max_post_chars' => true,
|
||||
'max_post_font_size' => true,
|
||||
'max_post_img_height' => true,
|
||||
'max_post_img_width' => true,
|
||||
'max_post_smilies' => true,
|
||||
'max_post_urls' => true,
|
||||
'max_quote_depth' => true,
|
||||
|
@@ -220,8 +220,6 @@ INSERT INTO phpbb_config (config_name, config_value) VALUES ('max_num_search_key
|
||||
INSERT INTO phpbb_config (config_name, config_value) VALUES ('max_poll_options', '10');
|
||||
INSERT INTO phpbb_config (config_name, config_value) VALUES ('max_post_chars', '60000');
|
||||
INSERT INTO phpbb_config (config_name, config_value) VALUES ('max_post_font_size', '200');
|
||||
INSERT INTO phpbb_config (config_name, config_value) VALUES ('max_post_img_height', '0');
|
||||
INSERT INTO phpbb_config (config_name, config_value) VALUES ('max_post_img_width', '0');
|
||||
INSERT INTO phpbb_config (config_name, config_value) VALUES ('max_post_smilies', '0');
|
||||
INSERT INTO phpbb_config (config_name, config_value) VALUES ('max_post_urls', '0');
|
||||
INSERT INTO phpbb_config (config_name, config_value) VALUES ('max_quote_depth', '3');
|
||||
|
Reference in New Issue
Block a user