From 5224b8e7d2bb6f6452d4d66c716c722178cf0ebe Mon Sep 17 00:00:00 2001 From: jim-p Date: Tue, 1 Jun 2010 16:03:05 -0400 Subject: Add status/log icons to DHCP page. --- usr/local/www/services_dhcp.php | 3 +++ 1 file changed, 3 insertions(+) (limited to 'usr/local/www/services_dhcp.php') diff --git a/usr/local/www/services_dhcp.php b/usr/local/www/services_dhcp.php index 0bbb3bc..d4259ed 100755 --- a/usr/local/www/services_dhcp.php +++ b/usr/local/www/services_dhcp.php @@ -373,6 +373,9 @@ if ($_GET['act'] == "del") { } $pgtitle = array("Services","DHCP server"); +$statusurl = "diag_dhcp_leases.php"; +$logurl = "diag_logs_dhcp.php"; + include("head.inc"); ?> -- cgit v1.1