aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb
diff options
context:
space:
mode:
authorMarc Alexander <admin@m-a-styles.de>2016-02-21 22:14:58 +0100
committerMarc Alexander <admin@m-a-styles.de>2016-12-03 14:23:34 +0100
commit89fef2ce13a183c7b963032274f455a09a05f325 (patch)
tree9a6d7d5306328c5f11e709e7bda33d0a65f069a6 /phpBB/phpbb
parent80a63a9a94af042da37227ed747eba0feeac1049 (diff)
downloadforums-89fef2ce13a183c7b963032274f455a09a05f325.tar
forums-89fef2ce13a183c7b963032274f455a09a05f325.tar.gz
forums-89fef2ce13a183c7b963032274f455a09a05f325.tar.bz2
forums-89fef2ce13a183c7b963032274f455a09a05f325.tar.xz
forums-89fef2ce13a183c7b963032274f455a09a05f325.zip
[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
Diffstat (limited to 'phpBB/phpbb')
-rw-r--r--phpBB/phpbb/db/migration/data/v320/add_help_phpbb.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/phpbb/db/migration/data/v320/add_help_phpbb.php b/phpBB/phpbb/db/migration/data/v320/add_help_phpbb.php
index 4274f53520..2634cee643 100644
--- a/phpBB/phpbb/db/migration/data/v320/add_help_phpbb.php
+++ b/phpBB/phpbb/db/migration/data/v320/add_help_phpbb.php
@@ -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,