mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 05:50:42 +02:00
[ticket/14492] Pass u_action to acp form and add stats config
PHPBB3-14492
This commit is contained in:
@@ -116,6 +116,7 @@ class acp_help_phpbb
|
|||||||
'S_COLLECT_STATS' => (!empty($config['help_send_statistics'])) ? true : false,
|
'S_COLLECT_STATS' => (!empty($config['help_send_statistics'])) ? true : false,
|
||||||
'RAW_DATA' => $collector->get_data_for_form(),
|
'RAW_DATA' => $collector->get_data_for_form(),
|
||||||
'U_ACP_MAIN' => append_sid("{$phpbb_admin_path}index.$phpEx"),
|
'U_ACP_MAIN' => append_sid("{$phpbb_admin_path}index.$phpEx"),
|
||||||
|
'U_ACTION' => $this->u_action,
|
||||||
));
|
));
|
||||||
|
|
||||||
$raw = $collector->get_data_raw();
|
$raw = $collector->get_data_raw();
|
||||||
|
@@ -142,6 +142,7 @@ INSERT INTO phpbb_config (config_name, config_value) VALUES ('fulltext_postgres_
|
|||||||
INSERT INTO phpbb_config (config_name, config_value) VALUES ('fulltext_sphinx_indexer_mem_limit', '512');
|
INSERT INTO phpbb_config (config_name, config_value) VALUES ('fulltext_sphinx_indexer_mem_limit', '512');
|
||||||
INSERT INTO phpbb_config (config_name, config_value) VALUES ('fulltext_sphinx_stopwords', '0');
|
INSERT INTO phpbb_config (config_name, config_value) VALUES ('fulltext_sphinx_stopwords', '0');
|
||||||
INSERT INTO phpbb_config (config_name, config_value) VALUES ('gzip_compress', '0');
|
INSERT INTO phpbb_config (config_name, config_value) VALUES ('gzip_compress', '0');
|
||||||
|
INSERT INTO phpbb_config (config_name, config_value) VALUES ('help_send_statistics', '1');
|
||||||
INSERT INTO phpbb_config (config_name, config_value) VALUES ('hot_threshold', '25');
|
INSERT INTO phpbb_config (config_name, config_value) VALUES ('hot_threshold', '25');
|
||||||
INSERT INTO phpbb_config (config_name, config_value) VALUES ('icons_path', 'images/icons');
|
INSERT INTO phpbb_config (config_name, config_value) VALUES ('icons_path', 'images/icons');
|
||||||
INSERT INTO phpbb_config (config_name, config_value) VALUES ('img_create_thumbnail', '0');
|
INSERT INTO phpbb_config (config_name, config_value) VALUES ('img_create_thumbnail', '0');
|
||||||
|
Reference in New Issue
Block a user