mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-19 19:15:22 +00:00
firewall: remove spurious migration for removed setting
This commit is contained in:
parent
e29f1b4038
commit
dc1ebe5bad
@ -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'])) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user