diff --git a/src/wizard/system.xml b/src/wizard/system.xml index 04e3ebe03..962e78d0f 100644 --- a/src/wizard/system.xml +++ b/src/wizard/system.xml @@ -282,7 +282,6 @@ if (count($input_errors)) { IP Address interfaces->wan->ipaddr input - / true ^(?:[0]*(?:25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\.){3}(?:[0]*(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[1-9]))$ IP Address field is invalid @@ -362,7 +361,6 @@ if (count($input_errors)) { true PPTP Local IP Address input - / wizardtemp->wan->localip ^(?:[0]*(?:25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\.){3}(?:[0]*(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[1-9]))$ PPTP Local IP Address field is invalid diff --git a/src/www/wizard.php b/src/www/wizard.php index 822af7b7e..b17c08b46 100644 --- a/src/www/wizard.php +++ b/src/www/wizard.php @@ -773,7 +773,7 @@ include("head.inc"); } if (!$field['dontcombinecells']) echo ""; - echo "\n"; $CHECKED = ' selected="selected"'; for ($x = 1; $x <= 32; $x++) { if ($x == 31) {