From fd9ba63ca69656cabe25a67c655515fa5032577b Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Fri, 16 Oct 2009 20:19:41 -0400 Subject: Remove msort() --- usr/local/www/load_balancer_relay_protocol.php | 3 --- 1 file changed, 3 deletions(-) (limited to 'usr/local/www/load_balancer_relay_protocol.php') diff --git a/usr/local/www/load_balancer_relay_protocol.php b/usr/local/www/load_balancer_relay_protocol.php index b289237..fe78443 100755 --- a/usr/local/www/load_balancer_relay_protocol.php +++ b/usr/local/www/load_balancer_relay_protocol.php @@ -97,9 +97,6 @@ if ($_GET['act'] == "del") { $pgtitle = array("Services", "Load Balancer","Relay Protocol"); include("head.inc"); -// Sort items -$a_vs = msort($a_protocol, "name"); - ?> -- cgit v1.1