mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Remove msort()
This commit is contained in:
parent
536dd117a7
commit
fd9ba63ca6
@ -85,9 +85,6 @@ if ($_GET['act'] == "del") {
|
||||
$pgtitle = array("Services", "Load Balancer","Monitor");
|
||||
include("head.inc");
|
||||
|
||||
// Sort items
|
||||
$a_monitor = msort($a_monitor, "name");
|
||||
|
||||
?>
|
||||
<body link="#0000CC" vlink="#0000CC" alink="#0000CC">
|
||||
<?php include("fbegin.inc"); ?>
|
||||
|
||||
@ -91,9 +91,6 @@ for ($i = 0; isset($config['load_balancer']['lbpool'][$i]); $i++) {
|
||||
$a_pool[$i]['monitor'] = "<a href=\"/load_balancer_monitor_edit.php?id={$mondex[$a_pool[$i]['monitor']]}\">{$a_pool[$i]['monitor']}</a>";
|
||||
}
|
||||
|
||||
// Sort items
|
||||
$a_pool = msort($a_pool, "name");
|
||||
|
||||
$pgtitle = array("Services", "Load Balancer","Pool");
|
||||
include("head.inc");
|
||||
|
||||
|
||||
@ -101,9 +101,6 @@ if ($_GET['act'] == "del") {
|
||||
$pgtitle = array("Services", "Load Balancer","Relay Action");
|
||||
include("head.inc");
|
||||
|
||||
// Sort items
|
||||
$a_vs = msort($a_action, "name");
|
||||
|
||||
?>
|
||||
<body link="#0000CC" vlink="#0000CC" alink="#0000CC">
|
||||
<?php include("fbegin.inc"); ?>
|
||||
|
||||
@ -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");
|
||||
|
||||
?>
|
||||
<body link="#0000CC" vlink="#0000CC" alink="#0000CC">
|
||||
<?php include("fbegin.inc"); ?>
|
||||
|
||||
@ -90,9 +90,6 @@ for ($i = 0; isset($config['load_balancer']['virtual_server'][$i]); $i++) {
|
||||
}
|
||||
}
|
||||
|
||||
// Sort items
|
||||
$a_vs = msort($a_vs, "name");
|
||||
|
||||
$pgtitle = array("Services","Load Balancer","Virtual Servers");
|
||||
include("head.inc");
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user