" . 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(htmlspecialchars(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"): ?>
=gettext("Tunable Name"); ?> | =gettext("Description"); ?> | =gettext("Value"); ?> | =gettext('New'); ?> |
---|---|---|---|
=$tunable['tunable']; ?> | =$tunable['descr']; ?> | =$tunable['value']; ?> | " href="system_advanced_sysctl.php?act=edit&id==$i;?>"> " href="system_advanced_sysctl.php?act=del&id==$i;?>"> |