summaryrefslogtreecommitdiffstats
path: root/usr
diff options
context:
space:
mode:
authorRenato Botelho <renato.botelho@bluepex.com>2010-04-29 08:13:50 -0300
committerRenato Botelho <renato.botelho@bluepex.com>2010-04-29 08:13:50 -0300
commitbae53989526a899a8b39853980c49775ea7fe97a (patch)
tree0aa92baa1a907d9c2de0a4f60831dd92e58e32ee /usr
parent274ba00f0e2210034740cc0a26914210fced47bc (diff)
downloadpfsense-bae53989526a899a8b39853980c49775ea7fe97a.zip
pfsense-bae53989526a899a8b39853980c49775ea7fe97a.tar.gz
Fix indent
Diffstat (limited to 'usr')
-rwxr-xr-xusr/local/www/firewall_rules_edit.php12
1 files changed, 6 insertions, 6 deletions
diff --git a/usr/local/www/firewall_rules_edit.php b/usr/local/www/firewall_rules_edit.php
index 5bbfadb..8bd7e49 100755
--- a/usr/local/www/firewall_rules_edit.php
+++ b/usr/local/www/firewall_rules_edit.php
@@ -677,15 +677,15 @@ include("head.inc");
<span class="red"><strong>NOTE: </strong></span> This is associated to a NAT rule.<br />
You cannot edit the source and destination of associated filter rules.<br />
<br />
- <?php
+ <?php
$edit_disabled=true;
if (is_array($config['nat']['rule'])) {
- foreach( $config['nat']['rule'] as $index => $nat_rule ) {
- if( $nat_rule['associated-rule-id']==$pconfig['associated-rule-id']) {
- echo "<a href=\"firewall_nat_edit.php?id={$nat_rule[$index]}\">View the NAT rule</a><br>";
- break;
+ foreach( $config['nat']['rule'] as $index => $nat_rule ) {
+ if( $nat_rule['associated-rule-id']==$pconfig['associated-rule-id']) {
+ echo "<a href=\"firewall_nat_edit.php?id={$nat_rule[$index]}\">View the NAT rule</a><br>";
+ break;
}
- }
+ }
}
?>
<br />
OpenPOWER on IntegriCloud