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_apply_box(gettext('The IGMP entry list has been changed.') . '
' . gettext('The changes must be applied for them to take effect.')); } ?>