" . gettext("You must apply the changes in order for them to take effect.")); } $tab_array = array(); $tab_array[] = array(gettext("Admin Access"), false, "system_advanced_admin.php"); $tab_array[] = array(gettext("Firewall & NAT"), false, "system_advanced_firewall.php"); $tab_array[] = array(gettext("Networking"), false, "system_advanced_network.php"); $tab_array[] = array(gettext("Miscellaneous"), false, "system_advanced_misc.php"); $tab_array[] = array(gettext("System Tunables"), true, "system_advanced_sysctl.php"); $tab_array[] = array(gettext("Notifications"), false, "system_advanced_notifications.php"); display_top_tabs($tab_array); if ($act != "edit"): ?>

$tunable): if (!isset($tunable['modified'])) { $i = $tunable['tunable']; } ?>
" href="system_advanced_sysctl.php?act=edit&id="> " href="system_advanced_sysctl.php?act=del&id=">
addInput(new Form_Input( 'tunable', 'Tunable', 'text', $pconfig['tunable'] ))->setWidth(4); $section->addInput(new Form_Input( 'value', 'Value', 'text', $pconfig['value'] ))->setWidth(4); $section->addInput(new Form_Input( 'descr', 'Description', 'text', $pconfig['descr'] ))->setWidth(4); if (isset($id) && $a_tunable[$id]) { $form->addGlobal(new Form_Input( 'id', 'id', 'hidden', $id )); } $form->add($section); print $form; endif; include("foot.inc");