true) {
$savemsg = get_std_save_message($retval);
} else {
$savemsg = $retval;
}
clear_subsystem_dirty('igmpproxy');
}
if ($_GET['act'] == "del") {
if ($a_igmpproxy[$_GET['id']]) {
unset($a_igmpproxy[$_GET['id']]);
write_config();
mark_subsystem_dirty('igmpproxy');
header("Location: services_igmpproxy.php");
exit;
}
}
$pgtitle = array(gettext("Services"), gettext("IGMP Proxy"));
include("head.inc");
if ($savemsg) {
print_info_box($savemsg, 'success');
}
if (is_subsystem_dirty('igmpproxy')) {
print_info_box_np(gettext('The IGMP entry list has been changed.' . '
' . 'You must apply the changes in order for them to take effect.'));
}
?>