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:
authorAnna Larch <anna@nextcloud.com>2021-06-15 19:28:07 +0300
committerAnna Larch <anna@nextcloud.com>2021-06-15 19:28:07 +0300
commitfc4f4c837336e3ffffd649938ed68a00783c6e9d (patch)
tree25fb7d90a2fc69a78f4961d31aa9ae4322365c4f /templates
parent7504e511515cdb2b553b3d2656eae4acd8bb3e5a (diff)
remove account-settings, accounts and debug inputs
Signed-off-by: Anna Larch <anna@nextcloud.com>
Diffstat (limited to 'templates')
-rw-r--r--templates/index.php3
1 files changed, 0 insertions, 3 deletions
diff --git a/templates/index.php b/templates/index.php
index 5c804b86c..aae405924 100644
--- a/templates/index.php
+++ b/templates/index.php
@@ -28,10 +28,7 @@ style('mail', 'mobile');
script('mail', 'mail');
?>
-<input type="hidden" id="debug-mode" value="<?php p($_['debug'] ? 'true' : 'false'); ?>">
<input type="hidden" id="attachment-size-limit" value="<?php p($_['attachment-size-limit']); ?>">
<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']); ?>">
-<input type="hidden" id="account-settings" value="<?php p($_['account-settings']); ?>">