summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonathon Anderson <jpanderson0@gmail.com>2016-11-26 10:19:57 -0600
committerGitHub <noreply@github.com>2016-11-26 10:19:57 -0600
commitb0b2af901f352dbbaad0b09d06fe7adb105ff7a4 (patch)
tree985bedcaf368f3c392550108d0e8494b48371587
parent6a365a4c80aced41ec87ad93ed2c986d9935a4ea (diff)
downloadpfsense-b0b2af901f352dbbaad0b09d06fe7adb105ff7a4.zip
pfsense-b0b2af901f352dbbaad0b09d06fe7adb105ff7a4.tar.gz
Update setup_wizard.xml
-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 21bd6a9..05da571 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 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