summaryrefslogtreecommitdiffstats
path: root/usr/local/www/services_dhcp_relay.php
diff options
context:
space:
mode:
Diffstat (limited to 'usr/local/www/services_dhcp_relay.php')
-rw-r--r--usr/local/www/services_dhcp_relay.php4
1 files changed, 2 insertions, 2 deletions
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) {
<?php
if ($dhcpd_enabled) {
echo "<td>DHCP Server is currently enabled. Cannot enable the DHCP Relay service while the DHCP 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