mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Correct error string to read "pptp" instead of "WAN".
This commit is contained in:
parent
d27d8cdccb
commit
4fdff4ae15
@ -104,7 +104,7 @@ if ($_POST) {
|
||||
if(strtolower($_POST['name']) == "wan")
|
||||
$input_errors[] = "Aliases may not be named WAN.";
|
||||
if(strtolower($_POST['name']) == "pptp")
|
||||
$input_errors[] = gettext("Aliases may not be named WAN.");
|
||||
$input_errors[] = gettext("Aliases may not be named PPTP.");
|
||||
|
||||
$x = is_validaliasname($_POST['name']);
|
||||
if (!isset($x)) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user