summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/wizards
diff options
context:
space:
mode:
authorJonathon Anderson <jpanderson0@gmail.com>2016-11-26 10:19:57 -0600
committerRenato Botelho <renato@netgate.com>2016-11-29 14:57:04 -0200
commit04fe6f00b82c3ee671b2b955b330458c80c2f049 (patch)
tree07faa0812d2b951792ff1f23ba0be0b884b86774 /src/usr/local/www/wizards
parent04d7836bb70696aca26629b93178c1433eeb3ffc (diff)
downloadpfsense-04fe6f00b82c3ee671b2b955b330458c80c2f049.zip
pfsense-04fe6f00b82c3ee671b2b955b330458c80c2f049.tar.gz
Update setup_wizard.xml
(cherry picked from commit b0b2af901f352dbbaad0b09d06fe7adb105ff7a4)
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 edf6681..c17d594 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 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