summaryrefslogtreecommitdiffstats
path: root/settings/admin.php
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/admin.php
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/admin.php')
-rw-r--r--settings/admin.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/settings/admin.php b/settings/admin.php
index d484d6a1e48..25db05d99ac 100644
--- a/settings/admin.php
+++ b/settings/admin.php
@@ -75,6 +75,7 @@ $template->assign('showLog', $showLog);
$template->assign('readOnlyConfigEnabled', OC_Helper::isReadOnlyConfigEnabled());
$template->assign('isLocaleWorking', OC_Util::isSetLocaleWorking());
$template->assign('isAnnotationsWorking', OC_Util::isAnnotationsWorking());
+$template->assign('checkForWorkingWellKnownSetup', $config->getSystemValue('check_for_working_wellknown_setup', true));
$template->assign('has_fileinfo', OC_Util::fileInfoLoaded());
$template->assign('backgroundjobs_mode', $appConfig->getValue('core', 'backgroundjobs_mode', 'ajax'));
$template->assign('cron_log', $config->getSystemValue('cron_log', true));