Fix new version template + Firewall type

This commit is contained in:
Jokob-sk
2023-01-22 12:47:38 +11:00
parent a9132d7b46
commit 1f3e28fe83
7 changed files with 13 additions and 11 deletions

View File

@@ -359,7 +359,7 @@ function logServerConsole ($text) {
function getNetworkTypes(){
$array = array(
"AP", "Gateway", "Powerline", "Switch", "WLAN", "PLC", "Router","USB LAN Adapter", "USB WIFI Adapter"
"AP", "Gateway", "Firewall", "Powerline", "Switch", "WLAN", "PLC", "Router","USB LAN Adapter", "USB WIFI Adapter"
);
return $array;