mirror of https://github.com/aredn/aredn.git
parent
d5be7814b3
commit
60d01c91da
|
@ -448,7 +448,7 @@ if($parms{button_save})
|
|||
|
||||
if( "$wifi2_enable" eq "1" and (length( $wifi2_key ) < 8 or length($wifi2_key) > 64) )
|
||||
{
|
||||
push (@errors, "LAN Access Point Password must be at least 8 charaters, up to 64");
|
||||
push (@errors, "LAN Access Point Password must be at least 8 characters, up to 64");
|
||||
}
|
||||
if( "$wifi2_enable" eq "1" and ( $wifi2_key =~ /\'/ or $wifi2_ssid =~ /\'/ ))
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue