1
0
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:
Nils Adermann
2009-08-13 14:51:47 +00:00
parent 929fd29ce1
commit 4525d1cb73
7 changed files with 61 additions and 9 deletions

View File

@@ -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();

View File

@@ -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];
}
}