diff options
Diffstat (limited to 'usr')
-rwxr-xr-x | usr/local/www/guiconfig.inc | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/usr/local/www/guiconfig.inc b/usr/local/www/guiconfig.inc index c3a914d..6baeace 100755 --- a/usr/local/www/guiconfig.inc +++ b/usr/local/www/guiconfig.inc @@ -90,12 +90,6 @@ if (file_exists($d_firmwarelock_path)) { $wkports = array(3389 => "MS RDP", 21 => "FTP", 22 => "SSH", 23 => "Telnet", 25 => "SMTP", 53 => "DNS", 80 => "HTTP", 110 => "POP3", 143 => "IMAP", 443 => "HTTPS"); -/* IP TOS flags */ -$iptos = array("lowdelay", "throughput", "reliability", "congestion"); - -/* TCP flags */ -$tcpflags = array("syn", "ack", "fin", "rst", "psh", "urg"); - $specialnets = array("lan" => "LAN net", "pptp" => "PPTP clients"); for ($i = 1; isset($config['interfaces']['opt' . $i]); $i++) { |