tbrehm
2011-02-22 88a3d5223a6d136e16e4d4cbf70579eb18cb453a
Fixed: FS#1532 - Non-latin names in ISPConfig are not fully supported.
1 files modified
2 ■■■ changed files
interface/web/dns/form/dns_slave.tform.php 2 ●●● patch | view | raw | blame | history
interface/web/dns/form/dns_slave.tform.php
@@ -82,7 +82,7 @@
                                        1 => array (    'type'    => 'UNIQUE',
                                                        'errmsg'=> 'origin_error_unique'),
                                        2 => array (    'type'    => 'REGEX',
                                                        'regex' => '/^[\w\.\-\/]{2,255}\.[a-zA-Z]{2,10}[\.]{0,1}$/',
                                                        'regex' => '/^[\w\.\-\/]{2,255}\.[a-zA-Z0-9\-]{2,10}[\.]{0,1}$/',
                                                        'errmsg'=> 'origin_error_regex'),
                                    ),
            'default'    => '',