firewall.cgi: Sort protocols alphabetically.

This commit is contained in:
Michael Tremer
2014-04-12 15:23:45 +02:00
parent aa5f4b6568
commit 28e003e486

View File

@@ -1284,6 +1284,10 @@ sub get_serviceports
}
}
}
# Sort protocols alphabetically.
@protocols = sort(@protocols);
return @protocols;
}
sub getcolor