summaryrefslogtreecommitdiffstats
path: root/settings/templates
diff options
context:
space:
mode:
authorThomas Müller <thomas.mueller@tmit.eu>2016-01-12 14:46:09 +0100
committerThomas Müller <thomas.mueller@tmit.eu>2016-01-12 14:46:09 +0100
commit2493cfede92c472c29cffc098206b8cdb7a2ca30 (patch)
tree781eea83cdf925fd93384205c89e8a8be9d494eb /settings/templates
parent4fc0fbe8d04b7b89ffe1c3b79621ebe12b2057be (diff)
parent8b6b042ffde9490c24a1689919dbc6678381239c (diff)
downloadnextcloud-server-2493cfede92c472c29cffc098206b8cdb7a2ca30.tar.gz
nextcloud-server-2493cfede92c472c29cffc098206b8cdb7a2ca30.zip
Merge pull request #21640 from owncloud/add-config-to-disable-wellknown-check
Add config switch to disable the .well-known URL check
Diffstat (limited to 'settings/templates')
-rw-r--r--settings/templates/admin.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/settings/templates/admin.php b/settings/templates/admin.php
index a66851743e6..539e4b94b8b 100644
--- a/settings/templates/admin.php
+++ b/settings/templates/admin.php
@@ -177,7 +177,7 @@ if ($_['cronErrors']) {
?>
</ul>
-<div id="postsetupchecks">
+<div id="postsetupchecks" data-check-wellknown="<?php if($_['checkForWorkingWellKnownSetup']) { p('true'); } else { p('false'); } ?>">
<div class="loading"></div>
<ul class="errors hidden"></ul>
<ul class="warnings hidden"></ul>