summaryrefslogtreecommitdiffstats
path: root/settings/controller/checksetupcontroller.php
diff options
context:
space:
mode:
Diffstat (limited to 'settings/controller/checksetupcontroller.php')
-rw-r--r--settings/controller/checksetupcontroller.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/settings/controller/checksetupcontroller.php b/settings/controller/checksetupcontroller.php
index 7b995bf2c1b..26194bb1180 100644
--- a/settings/controller/checksetupcontroller.php
+++ b/settings/controller/checksetupcontroller.php
@@ -329,7 +329,6 @@ Raw output
return new DataResponse(
[
'serverHasInternetConnection' => $this->isInternetConnectionWorking(),
- 'dataDirectoryProtected' => $this->util->isHtaccessWorking($this->config),
'isMemcacheConfigured' => $this->isMemcacheConfigured(),
'memcacheDocs' => $this->urlGenerator->linkToDocs('admin-performance'),
'isUrandomAvailable' => $this->isUrandomAvailable(),