From 73eeee9347445b5ee0cb3c13eae9d9ead4084c8d Mon Sep 17 00:00:00 2001 From: Michele Di Maria Date: Tue, 29 Jan 2013 22:36:59 +0100 Subject: Feature #2781: Hierarchical view of "Status-Queues" page MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Second version of the new "Status-Queue" page. Requires the pfsense-tools/pfPorts/qstats/files/stats.c file to be recompiled.  This version has been released after Ermal's notes.  --- usr/local/www/status_queues.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/usr/local/www/status_queues.php b/usr/local/www/status_queues.php index 79ad4b5..8ca445c 100755 --- a/usr/local/www/status_queues.php +++ b/usr/local/www/status_queues.php @@ -5,7 +5,7 @@ status_queues.php Part of the pfSense project Copyright (C) 2004, 2005 Scott Ullrich - Copyright (C) 2009 Ermal Luçi + Copyright (C) 2009 Ermal Luçi All rights reserved. Redistribution and use in source and binary forms, with or without @@ -227,4 +227,4 @@ function statsQueues($xml){ $statistics[] = $current; return $current; } -?> \ No newline at end of file +?> -- cgit v1.1