From 43255d85cb0d1e6deb42a20dff0c0a960a572bbf Mon Sep 17 00:00:00 2001 From: Stephen Soltesz Date: Tue, 11 Dec 2007 22:48:37 +0000 Subject: [PATCH] added some minor status message at the end --- www/printbadpcus.php | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) diff --git a/www/printbadpcus.php b/www/printbadpcus.php index 09e1d28..2efd71a 100644 --- a/www/printbadpcus.php +++ b/www/printbadpcus.php @@ -147,16 +147,7 @@ foreach ( $findbadpcus as $pcu_id ) $total = count($pculist); -## Sort the pculist -#$pcu_ids = array_map('get_pcuid', $pculist); -#array_multisort($pcu_ids, SORT_ASC, SORT_NUMERIC, $pculist); - -#$dns_ids = array_map('get_dns', $pculist); -#array_multisort($dns_ids, SORT_ASC, SORT_STRING, $pculist); - -#$dry_ids = array_map('get_dryrun', $pculist); -#array_multisort($dry_ids, SORT_ASC, SORT_STRING, $pculist); if ( $_GET['category'] ) { $category = $_GET['category']; @@ -197,6 +188,7 @@ Total PCUs : + @@ -209,9 +201,13 @@ Total PCUs : + + +Reachable Nodes: + -- 2.47.0