summaryrefslogtreecommitdiffstats
path: root/usr/local
diff options
context:
space:
mode:
Diffstat (limited to 'usr/local')
-rwxr-xr-xusr/local/www/services_dhcp_edit.php3
-rw-r--r--usr/local/www/services_dhcpv6_edit.php3
2 files changed, 0 insertions, 6 deletions
diff --git a/usr/local/www/services_dhcp_edit.php b/usr/local/www/services_dhcp_edit.php
index ecde99b..15e1fee 100755
--- a/usr/local/www/services_dhcp_edit.php
+++ b/usr/local/www/services_dhcp_edit.php
@@ -111,9 +111,6 @@ if ($_POST) {
$_POST['mac'] = strtolower(str_replace("-", ":", $_POST['mac']));
if ($_POST['hostname']) {
- preg_match("/^[0-9]/", $_POST['hostname'], $matches);
- if($matches)
- $input_errors[] = gettext("The hostname cannot start with a numeric character according to RFC952");
preg_match("/\-\$/", $_POST['hostname'], $matches);
if($matches)
$input_errors[] = gettext("The hostname cannot end with a hyphen according to RFC952");
diff --git a/usr/local/www/services_dhcpv6_edit.php b/usr/local/www/services_dhcpv6_edit.php
index ef87477..61f060e 100644
--- a/usr/local/www/services_dhcpv6_edit.php
+++ b/usr/local/www/services_dhcpv6_edit.php
@@ -108,9 +108,6 @@ if ($_POST) {
do_input_validation($_POST, $reqdfields, $reqdfieldsn, &$input_errors);
if ($_POST['hostname']) {
- preg_match("/^[0-9]/", $_POST['hostname'], $matches);
- if($matches)
- $input_errors[] = gettext("The hostname cannot start with a numeric character according to RFC952");
preg_match("/\-\$/", $_POST['hostname'], $matches);
if($matches)
$input_errors[] = gettext("The hostname cannot end with a hyphen according to RFC952");
OpenPOWER on IntegriCloud