From 9b3069a1eacd3cbda0bfe565925e80f667f6c96d Mon Sep 17 00:00:00 2001 From: Marius Cramer <m.cramer@pixcept.de> Date: Wed, 23 Apr 2014 11:22:01 -0400 Subject: [PATCH] Merge remote-tracking branch 'origin/stable-3.0.5' --- interface/web/dns/form/dns_srv.tform.php | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/interface/web/dns/form/dns_srv.tform.php b/interface/web/dns/form/dns_srv.tform.php index 2741a5f..2f35fd5 100644 --- a/interface/web/dns/form/dns_srv.tform.php +++ b/interface/web/dns/form/dns_srv.tform.php @@ -86,7 +86,7 @@ 'type' => 'TOLOWER') ), 'validators' => array ( 0 => array ( 'type' => 'REGEX', - 'regex' => '/^[a-zA-Z0-9\.\-]{0,255}$/', + 'regex' => '/^[a-zA-Z0-9\.\-_]{0,255}$/', 'errmsg'=> 'name_error_regex'), ), 'default' => '', -- Gitblit v1.9.1