From 93c3b51923ff1500cd022ac95a707830d4d41130 Mon Sep 17 00:00:00 2001 From: Chris Buechler Date: Sat, 6 Feb 2010 23:37:50 -0500 Subject: fix text --- usr/local/www/services_dhcp.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'usr') diff --git a/usr/local/www/services_dhcp.php b/usr/local/www/services_dhcp.php index b480217..b7fa1b7 100755 --- a/usr/local/www/services_dhcp.php +++ b/usr/local/www/services_dhcp.php @@ -113,7 +113,7 @@ if($config['installedpackages']['olsrd']) { } if (!$_GET['if']) - $savemsg = "The DHCP Server can only be enabled on interfaces configured with static IP addresses.

The interfaces not configured with static ip will not be shown.

"; + $savemsg = "The DHCP Server can only be enabled on interfaces configured with static IP addresses.

The interfaces not configured with a static IP will not be shown.

"; $iflist = get_configured_interface_with_descr(); -- cgit v1.1