summaryrefslogtreecommitdiffstats
path: root/usr
diff options
context:
space:
mode:
authorErmal Luçi <eri@pfsense.org>2009-04-26 15:18:38 +0000
committerErmal Luçi <eri@pfsense.org>2009-04-26 15:18:38 +0000
commitc1d00335625f23c60d466d06c23f5f2f9e08024c (patch)
treede0f225cdbdac7862bfbfb42edec6bafb5f4fd26 /usr
parent482961e3a55f86c5d1b7ecded5fd94bd855ad645 (diff)
downloadpfsense-c1d00335625f23c60d466d06c23f5f2f9e08024c.zip
pfsense-c1d00335625f23c60d466d06c23f5f2f9e08024c.tar.gz
Comment check out seems something is not well with php.
Diffstat (limited to 'usr')
-rwxr-xr-xusr/local/www/interfaces_groups_edit.php2
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.";
OpenPOWER on IntegriCloud