summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/wizards
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:18:03 -0200
commit1f4d185165da0f671a9fc0beb9e7054ecc952f23 (patch)
tree7359ee32e7b4365ac74e86b8df693b121f250397 /src/usr/local/www/wizards
parent7f927cf49e3437601d42da5cd6b9666ec633132f (diff)
downloadpfsense-1f4d185165da0f671a9fc0beb9e7054ecc952f23.zip
pfsense-1f4d185165da0f671a9fc0beb9e7054ecc952f23.tar.gz
Remove extraneous )
Diffstat (limited to 'src/usr/local/www/wizards')
-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 c17d594..f8a366e 100644
--- a/src/usr/local/www/wizards/setup_wizard.xml
+++ b/src/usr/local/www/wizards/setup_wizard.xml
@@ -622,7 +622,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