mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
fix text
This commit is contained in:
parent
7d3f957669
commit
f2c3db14d5
@ -69,7 +69,7 @@ if ($_POST) {
|
||||
$input_errors[] = "Group name already exists!";
|
||||
}
|
||||
if (preg_match("/([^a-zA-Z])+/", $_POST['ifname'], $match))
|
||||
$input_errors[] = "Only characters in a-z A-Z are allowed as interface name.";
|
||||
$input_errors[] = "Only letters A-Z are allowed as the group name.";
|
||||
|
||||
$ifgroupentry = array();
|
||||
$ifgroupentry['ifname'] = $_POST['ifname'];
|
||||
|
||||
Loading…
Reference in New Issue
Block a user