]> source.dussan.org Git - nextcloud-server.git/commitdiff
Remove unused section
authorLukas Reschke <lukas@owncloud.com>
Tue, 17 Mar 2015 12:29:51 +0000 (13:29 +0100)
committerLukas Reschke <lukas@owncloud.com>
Tue, 17 Mar 2015 12:29:51 +0000 (13:29 +0100)
This section is now unused as the security configuration has to happen on the webserver layer since https://github.com/owncloud/core/pull/14651

settings/admin.php

index da25ab55a936243efa716c4675edf7b2413b243c..6ec4cef350d0dcc1a2394a866791857ed1d3546a 100644 (file)
@@ -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'));