summaryrefslogtreecommitdiffstats
path: root/usr/local/www/interfaces_assign.php
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2009-08-25 16:04:23 -0400
committerScott Ullrich <sullrich@pfsense.org>2009-08-25 16:04:23 -0400
commitb100b85d762b4711dca6c1dfc99452d3200fb17f (patch)
treeecefe6c2b7782bf0f02f05434413d9b387c45a88 /usr/local/www/interfaces_assign.php
parentae75bcb4fe3cbc7534d12f70f319d50fd001a1d3 (diff)
downloadpfsense-b100b85d762b4711dca6c1dfc99452d3200fb17f.zip
pfsense-b100b85d762b4711dca6c1dfc99452d3200fb17f.tar.gz
Resolve elsif error
Diffstat (limited to 'usr/local/www/interfaces_assign.php')
-rwxr-xr-xusr/local/www/interfaces_assign.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/local/www/interfaces_assign.php b/usr/local/www/interfaces_assign.php
index e8cfc08..eb12274 100755
--- a/usr/local/www/interfaces_assign.php
+++ b/usr/local/www/interfaces_assign.php
@@ -317,8 +317,8 @@ if(file_exists("/var/run/interface_mismatch_reboot_needed"))
<?php if (file_exists("/tmp/reload_interfaces")): ?><p>
<?php print_info_box_np("The interface configuration has been changed.<br>You must apply the changes in order for them to take effect.");?><br>
-<?php elseif; ?>
- <?php if ($savemsg) print_info_box($savemsg); ?>
+<?php elseif($savemsg): ?>
+ <?php print_info_box($savemsg); ?>
<?php endif; ?>
<?php if ($input_errors) print_input_errors($input_errors); ?>
OpenPOWER on IntegriCloud