From 9b3b1accd3678d73eb39cc4c26cd4d69738f3d57 Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Sun, 2 Apr 2006 05:24:33 +0000 Subject: Add more filter reload information for AJAX filter reload status application --- etc/inc/shaper.inc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'etc/inc/shaper.inc') diff --git a/etc/inc/shaper.inc b/etc/inc/shaper.inc index 910a271..3a97edd 100644 --- a/etc/inc/shaper.inc +++ b/etc/inc/shaper.inc @@ -92,6 +92,7 @@ function filter_generate_altq_queues($altq_ints) { $altq_rules = ""; if (is_array($config['shaper']['queue'])) { foreach ($config['shaper']['queue'] as $rule) { + update_filter_reload_status("Generating ALTQ queue {$rule['descr']}..."); $options = ""; // check to make sure we're actually using this queue. //if(stristr($altq_ints, $rule['name']) !== FALSE) { @@ -659,4 +660,4 @@ function filter_generate_pf_altq_rules() { return $shaperrules; } -?> +?> \ No newline at end of file -- cgit v1.1