Commit 89a83459 authored by Franco Fichtner's avatar Franco Fichtner

config: remove unwanted theme migration

parent ae582a06
......@@ -475,13 +475,6 @@ function upgrade_017_to_018() {
}
}
function upgrade_018_to_019() {
global $config;
$config['theme']="metallic";
}
function upgrade_019_to_020() {
global $config;
if(is_array($config['ipsec']['tunnel'])) {
......@@ -2336,18 +2329,6 @@ function upgrade_061_to_062() {
}
}
function upgrade_062_to_063() {
/* Upgrade legacy Themes to the new pfsense_ng */
global $config;
switch($config['theme']) {
case "nervecenter":
$config['theme'] = "pfsense_ng";
break;
}
}
function upgrade_063_to_064() {
global $config;
$j=0;
......
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