summaryrefslogtreecommitdiffstats
path: root/usr/local/www/services_router_advertisements.php
diff options
context:
space:
mode:
authorRenato Botelho <garga@FreeBSD.org>2013-03-16 08:26:08 -0300
committerRenato Botelho <garga@FreeBSD.org>2013-03-16 08:26:08 -0300
commite1968b0ddcf86b34bd718420ac94e2408e06e345 (patch)
tree916196cb52e083f746f34ddd9c018b3dcee4907a /usr/local/www/services_router_advertisements.php
parent628a5dc927f546cd3d3c185ce8a687844994b78d (diff)
downloadpfsense-e1968b0ddcf86b34bd718420ac94e2408e06e345.zip
pfsense-e1968b0ddcf86b34bd718420ac94e2408e06e345.tar.gz
Fix indent and whitespaces
Diffstat (limited to 'usr/local/www/services_router_advertisements.php')
-rw-r--r--usr/local/www/services_router_advertisements.php20
1 files changed, 10 insertions, 10 deletions
diff --git a/usr/local/www/services_router_advertisements.php b/usr/local/www/services_router_advertisements.php
index 6b8695e..0f81b89 100644
--- a/usr/local/www/services_router_advertisements.php
+++ b/usr/local/www/services_router_advertisements.php
@@ -63,10 +63,10 @@ if ($_POST['if'])
/* if OLSRD is enabled, allow WAN to house DHCP. */
if($config['installedpackages']['olsrd']) {
foreach($config['installedpackages']['olsrd']['config'] as $olsrd) {
- if($olsrd['enable']) {
- $is_olsr_enabled = true;
- break;
- }
+ if($olsrd['enable']) {
+ $is_olsr_enabled = true;
+ break;
+ }
}
}
@@ -116,9 +116,9 @@ $priority_modes = array("low" => "Low",
$carplist = get_configured_carp_interface_list();
$subnets_help = gettext("Subnets are specified in CIDR format. " .
- "Select the CIDR mask that pertains to each entry. " .
- "/128 specifies a single IPv6 host; /64 specifies a normal IPv6 network; etc. " .
- "If no subnets are specified here, the Router Advertisement (RA) Daemon will advertise to the subnet to which the router's interface is assigned.");
+ "Select the CIDR mask that pertains to each entry. " .
+ "/128 specifies a single IPv6 host; /64 specifies a normal IPv6 network; etc. " .
+ "If no subnets are specified here, the Router Advertisement (RA) Daemon will advertise to the subnet to which the router's interface is assigned.");
if ($_POST) {
@@ -169,7 +169,7 @@ if ($_POST) {
$config['dhcpdv6'][$if]['ramode'] = $_POST['ramode'];
$config['dhcpdv6'][$if]['rapriority'] = $_POST['rapriority'];
$config['dhcpdv6'][$if]['rainterface'] = $_POST['rainterface'];
-
+
$config['dhcpdv6'][$if]['radomainsearchlist'] = $_POST['radomainsearchlist'];
unset($config['dhcpdv6'][$if]['radnsserver']);
if ($_POST['radns1'])
@@ -359,11 +359,11 @@ display_top_tabs($tab_array);
</div>
</td>
</tr>
-
+
<tr>
<td colspan="2" class="list" height="12">&nbsp;</td>
</tr>
-
+
<tr>
<td colspan="2" valign="top" class="listtopic">DNS</td>
</tr>
OpenPOWER on IntegriCloud