Commit dc1ebe5b authored by Franco Fichtner's avatar Franco Fichtner

firewall: remove spurious migration for removed setting

parent e29f1b40
...@@ -2193,15 +2193,6 @@ function upgrade_057_to_058() { ...@@ -2193,15 +2193,6 @@ function upgrade_057_to_058() {
$ph2ent['mode'] = 'tunnel'; $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() { function upgrade_059_to_060() {
global $config; global $config;
if (is_array($config['ca'])) { if (is_array($config['ca'])) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment