From 9926cb36de9a072c24c563724e4deb7f13358305 Mon Sep 17 00:00:00 2001 From: Lukas Reschke Date: Tue, 17 Mar 2015 13:29:51 +0100 Subject: [PATCH] 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 --- settings/admin.php | 1 - 1 file changed, 1 deletion(-) 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')); -- 2.39.5