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

github.com/ONLYOFFICE/onlyoffice-nextcloud.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntipkin-A <Artem.Antipkin@onlyoffice.com>2020-07-27 14:03:46 +0300
committerAntipkin-A <Artem.Antipkin@onlyoffice.com>2020-07-27 14:03:46 +0300
commit4558d50c12e5bbea0f64418aa1f61ecc73a8cd1e (patch)
tree6c3a03a354bdc654f071f79ef216619a1b505547 /templates
parent3ee83ea771674af0660a29463a8233e888b90714 (diff)
threw verification setting
Diffstat (limited to 'templates')
-rw-r--r--templates/settings.php6
1 files changed, 6 insertions, 0 deletions
diff --git a/templates/settings.php b/templates/settings.php
index 222fe3d..358c7cd 100644
--- a/templates/settings.php
+++ b/templates/settings.php
@@ -54,6 +54,12 @@
<p><?php p($l->t("Document Editing Service address")) ?></p>
<p><input id="onlyofficeUrl" value="<?php p($_["documentserver"]) ?>" placeholder="https://<documentserver>/" type="text"></p>
+ <p>
+ <input type="checkbox" class="checkbox" id="onlyofficeVerifyPeerOff"
+ <?php if ($_["verifyPeerOff"]) { ?>checked="checked"<?php } ?> />
+ <label for="onlyofficeVerifyPeerOff"><?php p($l->t("Disable sertificate verification (insecure)")) ?></label>
+ </p>
+
<p class="onlyoffice-header"><?php p($l->t("Secret key (leave blank to disable)")) ?></p>
<p><input id="onlyofficeSecret" value="<?php p($_["secret"]) ?>" placeholder="secret" type="text"></p>