Project

General

Profile

« Previous | Next » 

Revision 4a6cf823

Added by Scott Ullrich almost 14 years ago

Move hook code up a few lines

View differences:

usr/local/www/firewall_rules.php
177 177
if  ($config['openvpn']["openvpn-server"] || $config['openvpn']["openvpn-client"])
178 178
   	$iflist["openvpn"] = "OpenVPN";
179 179

  
180
pfSense_handle_custom_code("/usr/local/pkg/firewall_rules/interfaces_override");
181

  
180 182
if (!$if || !isset($iflist[$if])) {
181 183
	if ("any" == $if)
182 184
                $if = "FloatingRules";
......
184 186
                $if = "wan";
185 187
}
186 188

  
187
pfSense_handle_custom_code("/usr/local/pkg/firewall_rules/interfaces_override");
188

  
189 189
if ($_POST) {
190 190

  
191 191
	$pconfig = $_POST;

Also available in: Unified diff