Revert "Use 'Packet Loss or High Latency' as the default option when creating a new gateway group"

This reverts commit 6ee04b69c8.
This commit is contained in:
Warren Baker 2012-04-25 08:39:21 +02:00
parent 8de4a8bc4d
commit 0cfaf2c830

View File

@ -47,12 +47,10 @@ if (!is_array($config['gateways']['gateway_group']))
$a_gateway_groups = &$config['gateways']['gateway_group'];
$a_gateways = return_gateways_array();
$categories = array(
'downlosslatency' => gettext("Packet Loss or High Latency").
'downloss' => gettext("Packet Loss"),
'downlatency' => gettext("High Latency"),
'down' => gettext("Member Down")
);
$categories = array('down' => gettext("Member Down"),
'downloss' => gettext("Packet Loss"),
'downlatency' => gettext("High Latency"),
'downlosslatency' => gettext("Packet Loss or High Latency"));
$id = $_GET['id'];
if (isset($_POST['id']))