From 2b001b5d05c967ca758fb95479d1ef77da3c0110 Mon Sep 17 00:00:00 2001 From: Ermal Date: Thu, 13 May 2010 18:51:58 +0000 Subject: Ticket #548. Change message displayed when modifying an interface to actually tell people to modify dhcp server setting after applying settings since the interface configuration/ip will only change after applying settings and pfSense does not read the interface address from the config but from the interface itself and the complications for this and possibly other cases are not worth the effort. --- usr/local/www/interfaces.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'usr/local/www/interfaces.php') diff --git a/usr/local/www/interfaces.php b/usr/local/www/interfaces.php index 2164233..b15af72 100755 --- a/usr/local/www/interfaces.php +++ b/usr/local/www/interfaces.php @@ -893,7 +893,7 @@ $types = array("none" => "None", "static" => "Static", "dhcp" => "DHCP", "pppoe"

- You must apply the changes in order for them to take effect.

Don't forget to adjust the DHCP Server range if needed before applying."));?>
+ You must apply the changes in order for them to take effect.

Don't forget to adjust the DHCP Server range if needed after applying."));?>
-- cgit v1.1