summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRenato Botelho <renato@netgate.com>2016-12-01 14:17:16 -0200
committerRenato Botelho <renato@netgate.com>2016-12-01 14:17:39 -0200
commitcf15d4846da273480e4ed2d2440a393527e8331c (patch)
tree4ebe22636293ebcf44ab10c5603335592ab936c0 /src
parent4a140c44525d1f14b224cf1c0aaf8dd8e7b39cdf (diff)
downloadpfsense-cf15d4846da273480e4ed2d2440a393527e8331c.zip
pfsense-cf15d4846da273480e4ed2d2440a393527e8331c.tar.gz
Remove extraneous )
Diffstat (limited to 'src')
-rw-r--r--src/usr/local/www/wizards/setup_wizard.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/local/www/wizards/setup_wizard.xml b/src/usr/local/www/wizards/setup_wizard.xml
index 05da571..d5a3c48 100644
--- a/src/usr/local/www/wizards/setup_wizard.xml
+++ b/src/usr/local/www/wizards/setup_wizard.xml
@@ -588,7 +588,7 @@
</fields>
<stepsubmitphpaction>
<![CDATA[
- if (empty($_POST['lanipaddress'])) || (!is_ipaddr($_POST['lanipaddress']) && (strtolower($_POST['lanipaddress']) != "dhcp"))) {
+ if (empty($_POST['lanipaddress']) || (!is_ipaddr($_POST['lanipaddress']) && (strtolower($_POST['lanipaddress']) != "dhcp"))) {
print_info_box("Invalid LAN IP address. Please press back in the browser window and correct.");
die;
}
OpenPOWER on IntegriCloud