mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Whitespace cleanup
This commit is contained in:
parent
6a2b5f1cda
commit
857d33cfd3
@ -246,7 +246,7 @@ function ext_rep_change() {
|
||||
foreach ($config['nat']['servernat'] as $sn): ?>
|
||||
<option value="<?=$sn['ipaddr'];?>" <?php if ($sn['ipaddr'] == $pconfig['extaddr']) echo "selected"; ?>><?=htmlspecialchars("{$sn['ipaddr']} ({$sn['descr']})");?></option>
|
||||
<?php endforeach; endif; ?>
|
||||
<option value="any"<?php if($pconfig['extaddr'] == "any") echo " selected"; ?>>any</option>
|
||||
<option value="any" <?php if($pconfig['extaddr'] == "any") echo "selected"; ?>>any</option>
|
||||
</select><br>
|
||||
<span class="vexpl">
|
||||
If you want this rule to apply to another IP address than the IP address of the interface chosen above,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user