summaryrefslogtreecommitdiffstats
path: root/usr/local/www/interfaces_lan.php
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-09-10 19:13:23 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-09-10 19:13:23 +0000
commitbf158f5cad993438d04a570d128fd5cc6c6c1dbf (patch)
treef8846b98c469d208eaaa6410b3c8b5b79f8a5ebf /usr/local/www/interfaces_lan.php
parentf88a634bc5b43f46026a2ae19b13acd3351fd885 (diff)
downloadpfsense-bf158f5cad993438d04a570d128fd5cc6c6c1dbf.zip
pfsense-bf158f5cad993438d04a570d128fd5cc6c6c1dbf.tar.gz
Use newer style print_info_box_np()
Diffstat (limited to 'usr/local/www/interfaces_lan.php')
-rwxr-xr-xusr/local/www/interfaces_lan.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/interfaces_lan.php b/usr/local/www/interfaces_lan.php
index 0c99211..0cfbd05 100755
--- a/usr/local/www/interfaces_lan.php
+++ b/usr/local/www/interfaces_lan.php
@@ -165,7 +165,7 @@ function enable_change(enable_over) {
<?php if (file_exists($d_landirty_path)): ?><p>
<?php print_info_box_np("The LAN configuration has been changed.<br>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.");?><br>
<?php endif; ?>
-<?php if ($savemsg) print_info_box($savemsg); ?>
+<?php if ($savemsg) print_info_box_np($savemsg); ?>
<table width="100%" border="0" cellpadding="6" cellspacing="0">
<tr>
<td colspan="2" valign="top" class="listtopic">IP configuration</td>
OpenPOWER on IntegriCloud