Revision a75b0b3b
Added by Darren Embry about 13 years ago
usr/local/www/system_gateway_groups_edit.php | ||
---|---|---|
51 | 51 |
$carplist = get_configured_carp_interface_list(); |
52 | 52 |
|
53 | 53 |
$categories = array('down' => gettext("Member Down"), |
54 |
'downloss' => gettext("Packet Loss"), |
|
55 |
'downlatency' => gettext("High Latency"), |
|
56 |
'downlosslatency' => gettext("Packet Loss or High Latency")); |
|
54 |
'downloss' => gettext("Packet Loss"),
|
|
55 |
'downlatency' => gettext("High Latency"),
|
|
56 |
'downlosslatency' => gettext("Packet Loss or High Latency"));
|
|
57 | 57 |
|
58 | 58 |
$id = $_GET['id']; |
59 | 59 |
if (isset($_POST['id'])) |
Also available in: Unified diff
minor indentation fix