diff options
author | Ermal Luçi <eri@pfsense.org> | 2009-04-26 15:18:38 +0000 |
---|---|---|
committer | Ermal Luçi <eri@pfsense.org> | 2009-04-26 15:18:38 +0000 |
commit | c1d00335625f23c60d466d06c23f5f2f9e08024c (patch) | |
tree | de0f225cdbdac7862bfbfb42edec6bafb5f4fd26 /usr/local/www | |
parent | 482961e3a55f86c5d1b7ecded5fd94bd855ad645 (diff) | |
download | pfsense-c1d00335625f23c60d466d06c23f5f2f9e08024c.zip pfsense-c1d00335625f23c60d466d06c23f5f2f9e08024c.tar.gz |
Comment check out seems something is not well with php.
Diffstat (limited to 'usr/local/www')
-rwxr-xr-x | usr/local/www/interfaces_groups_edit.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/usr/local/www/interfaces_groups_edit.php b/usr/local/www/interfaces_groups_edit.php index 6875885..a67359f 100755 --- a/usr/local/www/interfaces_groups_edit.php +++ b/usr/local/www/interfaces_groups_edit.php @@ -59,11 +59,13 @@ if ($_POST) { unset($input_errors); $pconfig = $_POST; + /* if (empty($id)) { foreach ($a_ifgroups as $groupentry) if ($groupentry['ifname'] == $_POST['ifname']) $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."; |