Commit d8372f0a authored by Ad Schellevis's avatar Ad Schellevis Committed by Franco Fichtner

(legacy) cleanup globals.inc

parent 86fd6a63
...@@ -47,11 +47,6 @@ $g = array( ...@@ -47,11 +47,6 @@ $g = array(
"latest_config" => "11.2", "latest_config" => "11.2",
); );
/* IP TOS flags */
$iptos = array("lowdelay", "throughput", "reliability");
/* TCP flags */
$tcpflags = array("syn", "ack", "fin", "rst", "psh", "urg", "ece", "cwr");
/* Default sysctls */ /* Default sysctls */
$sysctls = array( $sysctls = array(
......
...@@ -56,6 +56,8 @@ $firewall_rules_dscp_types = array("af11", ...@@ -56,6 +56,8 @@ $firewall_rules_dscp_types = array("af11",
"0x02", "0x02",
"0x04"); "0x04");
/* TCP flags */
$tcpflags = array("syn", "ack", "fin", "rst", "psh", "urg", "ece", "cwr");
$referer = (isset($_SERVER['HTTP_REFERER']) ? $_SERVER['HTTP_REFERER'] : '/firewall_rules.php'); $referer = (isset($_SERVER['HTTP_REFERER']) ? $_SERVER['HTTP_REFERER'] : '/firewall_rules.php');
......
...@@ -136,10 +136,6 @@ $wkports = array( ...@@ -136,10 +136,6 @@ $wkports = array(
69 => "TFTP", 69 => "TFTP",
5900 => "VNC"); 5900 => "VNC");
/* TCP flags */
$tcpflags = array("fin", "syn", "rst", "psh", "ack", "urg", "ece", "cwr");
$wlan_modes = array("bss" => "Infrastructure (BSS)", "adhoc" => "Ad-hoc (IBSS)", $wlan_modes = array("bss" => "Infrastructure (BSS)", "adhoc" => "Ad-hoc (IBSS)",
"hostap" => "Access Point"); "hostap" => "Access Point");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment