summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2007-08-24 17:07:10 +0000
committerScott Ullrich <sullrich@pfsense.org>2007-08-24 17:07:10 +0000
commitd9e9d48587e7e43f8ccb09fb0c30b662e44b13b4 (patch)
tree82f3bd803d2c0da724f1da4dc7f924ca4a15af2c
parentd29e2ec8b66986915b198ea067e760512d76eb18 (diff)
downloadpfsense-d9e9d48587e7e43f8ccb09fb0c30b662e44b13b4.zip
pfsense-d9e9d48587e7e43f8ccb09fb0c30b662e44b13b4.tar.gz
Remove the warning per ticket #1397
-rwxr-xr-xusr/local/www/firewall_virtual_ip.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/firewall_virtual_ip.php b/usr/local/www/firewall_virtual_ip.php
index d291e2a..af1234b 100755
--- a/usr/local/www/firewall_virtual_ip.php
+++ b/usr/local/www/firewall_virtual_ip.php
@@ -89,7 +89,7 @@ include("head.inc");
<?php if ($input_errors) print_input_errors($input_errors); ?>
<?php if ($savemsg) print_info_box($savemsg); ?>
<?php if (file_exists($d_vipconfdirty_path)): ?><p>
-<?php print_info_box_np("The VIP configuration has been changed.<br>You must apply the changes in order for them to take effect.<br>NOTE: when deleting CARP ip addresses, the firewall WILL reboot.");?><br>
+<?php print_info_box_np("The VIP configuration has been changed.<br>You must apply the changes in order for them to take effect.");?><br>
<?php endif; ?>
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr><td class="tabnavtbl">
OpenPOWER on IntegriCloud