firewall: remove spurious migration for removed setting

This commit is contained in:
Franco Fichtner 2017-03-07 09:05:05 +01:00
parent e29f1b4038
commit dc1ebe5bad

View File

@ -2193,15 +2193,6 @@ function upgrade_057_to_058() {
$ph2ent['mode'] = 'tunnel';
}
function upgrade_058_to_059() {
global $config;
if (is_array($config['schedules']['schedule'])) {
foreach ($config['schedules']['schedule'] as & $schedl)
$schedl['schedlabel'] = uniqid();
}
}
function upgrade_059_to_060() {
global $config;
if (is_array($config['ca'])) {