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

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Mueller <thomas.mueller@tmit.eu>2013-02-07 03:49:39 +0400
committerThomas Mueller <thomas.mueller@tmit.eu>2013-02-07 03:49:39 +0400
commit84f3c8b6cc1060203d807ee65545478ce34f93c4 (patch)
tree16b9e0d130e14e2a0bedbba70d6a40c690029e01 /settings/admin.php
parent3582f7bd09f81e1aadb583ab0d36fb0cbc695514 (diff)
show webdav test results in admin section as well
Diffstat (limited to 'settings/admin.php')
-rwxr-xr-xsettings/admin.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/settings/admin.php b/settings/admin.php
index 4d9685ab920..e256c5fe357 100755
--- a/settings/admin.php
+++ b/settings/admin.php
@@ -31,6 +31,7 @@ $tmpl->assign('entriesremain', $entriesremain);
$tmpl->assign('htaccessworking', $htaccessworking);
$tmpl->assign('internetconnectionworking', OC_Util::isinternetconnectionworking());
$tmpl->assign('islocaleworking', OC_Util::issetlocaleworking());
+$tmpl->assign('isWebDavWorking', OC_Util::isWebDAVWorking());
$tmpl->assign('backgroundjobs_mode', OC_Appconfig::getValue('core', 'backgroundjobs_mode', 'ajax'));
$tmpl->assign('shareAPIEnabled', OC_Appconfig::getValue('core', 'shareapi_enabled', 'yes'));