From 905bafa1e87e99fe4587195a644af94054ebcc77 Mon Sep 17 00:00:00 2001 From: Colin Fleming Date: Sun, 18 May 2014 14:46:26 +0100 Subject: Tidy up "services_dhcp_relay" XHTML Move closing BODY and closing HTML tags after the PHP FEND.INC statement --- usr/local/www/services_dhcp_relay.php | 4 ++-- usr/local/www/services_dhcpv6_relay.php | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'usr/local') diff --git a/usr/local/www/services_dhcp_relay.php b/usr/local/www/services_dhcp_relay.php index c4d30e7..5d403f7 100644 --- a/usr/local/www/services_dhcp_relay.php +++ b/usr/local/www/services_dhcp_relay.php @@ -136,9 +136,9 @@ function enable_change(enable_over) { DHCP Server is currently enabled. Cannot enable the DHCP Relay service while the DHCP Server is enabled on any interface."; - echo ""; - echo ""; + echo ""; include("fend.inc"); + echo ""; exit; } ?> 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) { DHCPv6 Server is currently enabled. Cannot enable the DHCPv6 Relay service while the DHCPv6 Server is enabled on any interface."; - echo ""; - echo ""; + echo ""; include("fend.inc"); + echo ""; exit; } ?> -- cgit v1.1