aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/adm/style/acp_send_statistics.html
diff options
context:
space:
mode:
authorNils Adermann <naderman@naderman.de>2009-07-22 00:11:46 +0000
committerNils Adermann <naderman@naderman.de>2009-07-22 00:11:46 +0000
commit8e8c40bc75f1394dfcb9fd772858069388b86b06 (patch)
tree6e00dcbde73e40d6ca36889a058090286a816a60 /phpBB/adm/style/acp_send_statistics.html
parentcbed011ee3ca1fb545c23b2feba84a329a0f65c5 (diff)
downloadforums-8e8c40bc75f1394dfcb9fd772858069388b86b06.tar
forums-8e8c40bc75f1394dfcb9fd772858069388b86b06.tar.gz
forums-8e8c40bc75f1394dfcb9fd772858069388b86b06.tar.bz2
forums-8e8c40bc75f1394dfcb9fd772858069388b86b06.tar.xz
forums-8e8c40bc75f1394dfcb9fd772858069388b86b06.zip
- Added install_id to data collector
- config variable whitelist, so sensitive MOD info is not transmitted, currently mostly bool/int values - should we reduce the amount of data? git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9818 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/adm/style/acp_send_statistics.html')
-rw-r--r--phpBB/adm/style/acp_send_statistics.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/phpBB/adm/style/acp_send_statistics.html b/phpBB/adm/style/acp_send_statistics.html
index ce45705559..1097dbd438 100644
--- a/phpBB/adm/style/acp_send_statistics.html
+++ b/phpBB/adm/style/acp_send_statistics.html
@@ -17,8 +17,8 @@ function iframe_updated()
return;
}
- //dE('questionnaire-form', -1);
- //dE('questionnaire-thanks', 1);
+ dE('questionnaire-form', -1);
+ dE('questionnaire-thanks', 1);
}
//]]>
</script>
@@ -59,8 +59,8 @@ function iframe_updated()
<script type="text/javascript">
//<![CDATA[
- dE('configlist', false);
- dE('questionnaire-thanks', false);
+ dE('configlist', -1);
+ dE('questionnaire-thanks', -1);
//]]>
</script>