1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 22:10:45 +02:00

[ticket/14492] Send statistics via ajax request

Flooding ajax requests will try to be prevented and sending
stats without JS will also properly work.

PHPBB3-14492
This commit is contained in:
Marc Alexander
2016-02-21 22:14:58 +01:00
parent 80a63a9a94
commit 89fef2ce13
5 changed files with 136 additions and 23 deletions

View File

@@ -31,6 +31,7 @@ class add_help_phpbb extends \phpbb\db\migration\migration
{
return array(
array('config.add', array('help_send_statistics', true)),
array('config.add', array('help_send_statistics_time', 0)),
array('module.remove', array(
'acp',
false,