mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-27 03:07:43 +02:00
firewall.cgi: Sort protocols alphabetically.
This commit is contained in:
@@ -1284,6 +1284,10 @@ sub get_serviceports
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
# Sort protocols alphabetically.
|
||||
@protocols = sort(@protocols);
|
||||
|
||||
return @protocols;
|
||||
}
|
||||
sub getcolor
|
||||
|
||||
Reference in New Issue
Block a user