Commit 9d239330 authored by Franco Fichtner's avatar Franco Fichtner

firewall: tweak previous, manual wasn't clear #1623

parent f082310e
...@@ -46,7 +46,7 @@ function filter_tos_values() ...@@ -46,7 +46,7 @@ function filter_tos_values()
'ef' => 'EF', 'ef' => 'EF',
); );
foreach (range(11, 43) as $val) { foreach (array(11, 12, 13, 21, 22, 23, 31, 32, 33, 41 ,42, 43) as $val) {
$ret["af$val"] = "AF$val"; $ret["af$val"] = "AF$val";
} }
......
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