summaryrefslogtreecommitdiffstats
path: root/usr/local/www/load_balancer_relay_protocol.php
diff options
context:
space:
mode:
Diffstat (limited to 'usr/local/www/load_balancer_relay_protocol.php')
-rwxr-xr-xusr/local/www/load_balancer_relay_protocol.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/usr/local/www/load_balancer_relay_protocol.php b/usr/local/www/load_balancer_relay_protocol.php
index 2207542..15f73c8 100755
--- a/usr/local/www/load_balancer_relay_protocol.php
+++ b/usr/local/www/load_balancer_relay_protocol.php
@@ -94,6 +94,9 @@ if ($_GET['act'] == "del") {
$pgtitle = array("Services", "Load Balancer","Relay Protocol");
include("head.inc");
+// Sort items
+$a_vs = msort($a_protocol, "name");
+
?>
<body link="#0000CC" vlink="#0000CC" alink="#0000CC">
<?php include("fbegin.inc"); ?>
OpenPOWER on IntegriCloud