interface/web/client/form/client.tform.php
@@ -626,6 +626,20 @@ 'valuelimit' => 'client:ssh_chroot', 'value' => array('no' => 'None', 'jailkit' => 'Jailkit') ), 'limit_webdav_user' => array ( 'datatype' => 'INTEGER', 'formtype' => 'TEXT', 'validators' => array ( 0 => array ( 'type' => 'ISINT', 'errmsg'=> 'limit_webdav_user_error_notint'), ), 'default' => '-1', 'value' => '', 'separator' => '', 'width' => '10', 'maxlength' => '10', 'rows' => '', 'cols' => '' ), 'default_dnsserver' => array ( 'datatype' => 'INTEGER', 'formtype' => 'SELECT',