interface/web/dns/form/dns_soa.tform.php
@@ -107,7 +107,8 @@ 'formtype' => 'TEXT', 'validators' => array ( 0 => array ( 'type' => 'NOTEMPTY', 'errmsg'=> 'mbox_error_empty'), 1 => array ( 'type' => 'ISEMAIL', 0 => array ( 'type' => 'REGEX', 'regex' => '/^[\w\.\-]{0,64}$/', 'errmsg'=> 'mbox_error_regex'), ), 'default' => '', @@ -201,7 +202,8 @@ 'class' => 'plugin_listview', 'options' => array( 'listdef' => 'list/dns_a.list.php', 'sqlextwhere' => "zone = ".intval($_REQUEST['id']) 'sqlextwhere' => "zone = ".@intval(@$_REQUEST['id']), 'sql_order_by' => "ORDER BY type, name" ) ) )