summaryrefslogtreecommitdiffstats
path: root/usr/local/www/services_dhcpv6_relay.php
diff options
context:
space:
mode:
authorColin Fleming <cj_fleming@sky.com>2014-05-18 14:46:26 +0100
committerColin Fleming <cj_fleming@sky.com>2014-05-18 14:46:26 +0100
commit905bafa1e87e99fe4587195a644af94054ebcc77 (patch)
treee55ce0c72e88cb9f67fa2bfa25438b00357806a5 /usr/local/www/services_dhcpv6_relay.php
parent024068017f98572f6bd41b7ba542fc36fccee39a (diff)
downloadpfsense-905bafa1e87e99fe4587195a644af94054ebcc77.zip
pfsense-905bafa1e87e99fe4587195a644af94054ebcc77.tar.gz
Tidy up "services_dhcp_relay" XHTML
Move closing BODY and closing HTML tags after the PHP FEND.INC statement
Diffstat (limited to 'usr/local/www/services_dhcpv6_relay.php')
-rw-r--r--usr/local/www/services_dhcpv6_relay.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/local/www/services_dhcpv6_relay.php b/usr/local/www/services_dhcpv6_relay.php
index 0666297..900cdaf 100644
--- a/usr/local/www/services_dhcpv6_relay.php
+++ b/usr/local/www/services_dhcpv6_relay.php
@@ -137,9 +137,9 @@ function enable_change(enable_over) {
<?php
if ($dhcpd_enabled) {
echo "<td>DHCPv6 Server is currently enabled. Cannot enable the DHCPv6 Relay service while the DHCPv6 Server is enabled on any interface.";
- echo "</td></tr></table></div></td></tr></table></form></body>";
- echo "</html>";
+ echo "</td></tr></table></div></td></tr></table></form>";
include("fend.inc");
+ echo "</body></html>";
exit;
}
?>
OpenPOWER on IntegriCloud