Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/mail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGretaD <gretadoci@gmail.com>2020-01-27 16:16:13 +0300
committerChristoph Wurst <christoph@winzerhof-wurst.at>2020-01-27 19:11:15 +0300
commite0658df26d66f62f2eaf433603a535d7989d0e7e (patch)
tree4df53726e707ea8292478b8ae8ab44ce2f684441 /templates
parent5dc1f69d21b7d26a5027c246485652981ec49b9b (diff)
Add user setting to opt-out from data collection
Signed-off-by: GretaD <gretadoci@gmail.com>
Diffstat (limited to 'templates')
-rw-r--r--templates/index.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/index.php b/templates/index.php
index 4fb47c602..b60e349df 100644
--- a/templates/index.php
+++ b/templates/index.php
@@ -32,3 +32,4 @@ script('mail', 'mail');
<input type="hidden" id="config-installed-version" value="<?php p($_['app-version']); ?>">
<input type="hidden" id="serialized-accounts" value="<?php p($_['accounts']); ?>">
<input type="hidden" id="external-avatars" value="<?php p($_['external-avatars']); ?>">
+<input type="hidden" id="collect-data" value="<?php p($_['collect-data']); ?>">