File: includes/acp/acp_send_statistics.php
Unmodified
Added
Modified
Removed
Line 27 | Line 27 |
---|
{ global $config, $template, $phpbb_admin_path, $phpbb_root_path, $phpEx;
|
{ global $config, $template, $phpbb_admin_path, $phpbb_root_path, $phpEx;
|
| if (!class_exists('phpbb_questionnaire_data_collector')) {
|
include($phpbb_root_path . 'includes/questionnaire/questionnaire.' . $phpEx);
|
include($phpbb_root_path . 'includes/questionnaire/questionnaire.' . $phpEx);
|
| }
|
$collect_url = "https://www.phpbb.com/stats/receive_stats.php";
| $collect_url = "https://www.phpbb.com/stats/receive_stats.php";
|