diff --git a/usr/local/www/services_dhcp_relay.php b/usr/local/www/services_dhcp_relay.php index c4d30e7454..5d403f7553 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 066629742d..900cdafcec 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; } ?>