summaryrefslogtreecommitdiffstats
path: root/settings/admin.php
diff options
context:
space:
mode:
authorLukas Reschke <lukas@owncloud.com>2015-03-17 13:29:51 +0100
committerLukas Reschke <lukas@owncloud.com>2015-03-17 13:29:51 +0100
commit9926cb36de9a072c24c563724e4deb7f13358305 (patch)
tree2043467c0dbe332eb683f4476517d2135c754b3f /settings/admin.php
parentf6363e67c302a473dcb8c7e63ec7b40e8981e44a (diff)
downloadnextcloud-server-9926cb36de9a072c24c563724e4deb7f13358305.tar.gz
nextcloud-server-9926cb36de9a072c24c563724e4deb7f13358305.zip
Remove unused section
This section is now unused as the security configuration has to happen on the webserver layer since https://github.com/owncloud/core/pull/14651
Diffstat (limited to 'settings/admin.php')
-rw-r--r--settings/admin.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/settings/admin.php b/settings/admin.php
index da25ab55a93..6ec4cef350d 100644
--- a/settings/admin.php
+++ b/settings/admin.php
@@ -118,7 +118,6 @@ $formsAndMore = array_merge($formsAndMore, $formsMap);
// add bottom hardcoded forms from the template
$formsAndMore[] = array('anchor' => 'backgroundjobs', 'section-name' => $l->t('Cron'));
$formsAndMore[] = array('anchor' => 'shareAPI', 'section-name' => $l->t('Sharing'));
-$formsAndMore[] = array('anchor' => 'security', 'section-name' => $l->t('Security'));
$formsAndMore[] = array('anchor' => 'mail_general_settings', 'section-name' => $l->t('Email Server'));
$formsAndMore[] = array('anchor' => 'log-section', 'section-name' => $l->t('Log'));