mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Use propper functions.
This commit is contained in:
parent
abd528b765
commit
4e8a0417a9
@ -43,9 +43,9 @@ $avail_structures = array("action","queue","limiter");
|
||||
// Available behaviours
|
||||
$avail_behaviours_action = array("block");
|
||||
read_altq_config();
|
||||
$avail_behaviours_altq = get_altq_name_list();
|
||||
$avail_behaviours_altq = get_unique_queue_list();
|
||||
read_dummynet_config();
|
||||
$avail_behaviours_limiter = get_dummynet_name_list();
|
||||
$avail_behaviours_limiter = get_unique_dnqueue_list();
|
||||
$show_proto_form = false;
|
||||
|
||||
|
||||
@ -589,4 +589,4 @@ include("fbegin.inc");
|
||||
<?php include("fend.inc");
|
||||
?>
|
||||
</body>
|
||||
</html>
|
||||
</html>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user