mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 05:50:42 +02:00
- links to send statistics after install and update
- link back to ACP main from send statistics - improved language / better explanation (incl. Bug #48555) git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9969 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -27,7 +27,7 @@ class acp_send_statistics
|
||||
|
||||
function main($id, $mode)
|
||||
{
|
||||
global $config, $template;
|
||||
global $config, $template, $phpbb_admin_path, $phpEx;
|
||||
|
||||
$collect_url = "http://www.phpbb.com/stats/receive_stats.php";
|
||||
|
||||
@@ -55,6 +55,7 @@ class acp_send_statistics
|
||||
$template->assign_vars(array(
|
||||
'U_COLLECT_STATS' => $collect_url,
|
||||
'RAW_DATA' => $collector->get_data_for_form(),
|
||||
'U_ACP_MAIN' => append_sid("{$phpbb_admin_path}index.$phpEx"),
|
||||
));
|
||||
|
||||
$raw = $collector->get_data_raw();
|
||||
|
@@ -440,7 +440,7 @@ class phpbb_questionnaire_phpbb_data_provider
|
||||
{
|
||||
if (isset($this->config[$name]))
|
||||
{
|
||||
$result['config.' . $name] = $this->config[$name];
|
||||
$result['config_' . $name] = $this->config[$name];
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user