summaryrefslogtreecommitdiffstats
path: root/usr/local/www/firewall_virtual_ip_edit.php
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2006-04-25 21:34:02 +0000
committerScott Ullrich <sullrich@pfsense.org>2006-04-25 21:34:02 +0000
commit4814d93d83c7459aefd3b2b7e149987e084a77f0 (patch)
treed7862838d97c9bf110a50d1bac1cf359f8d3dc82 /usr/local/www/firewall_virtual_ip_edit.php
parent79576c982ca9704c6365d2de870f4b195de2dd80 (diff)
downloadpfsense-4814d93d83c7459aefd3b2b7e149987e084a77f0.zip
pfsense-4814d93d83c7459aefd3b2b7e149987e084a77f0.tar.gz
/input_error/input_errors/
Diffstat (limited to 'usr/local/www/firewall_virtual_ip_edit.php')
-rwxr-xr-xusr/local/www/firewall_virtual_ip_edit.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/firewall_virtual_ip_edit.php b/usr/local/www/firewall_virtual_ip_edit.php
index 063256c..099d78f 100755
--- a/usr/local/www/firewall_virtual_ip_edit.php
+++ b/usr/local/www/firewall_virtual_ip_edit.php
@@ -130,7 +130,7 @@ if ($_POST) {
$can_post = false;
}
if($can_post == false)
- $input_error[] = "Sorry, we could not locate an interface with a matching subnet for {$cannot_find}.<p>Please add an ip in this subnet on a real interface.";
+ $input_errors[] = "Sorry, we could not locate an interface with a matching subnet for {$cannot_find}.<p>Please add an ip in this subnet on a real interface.";
}
if (!$input_errors) {
OpenPOWER on IntegriCloud