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
This commit is contained in:
Lukas Reschke 2015-03-17 13:29:51 +01:00
parent f6363e67c3
commit 9926cb36de
1 changed files with 0 additions and 1 deletions

View 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'));