interface/web/sites/form/ftp_user.tform.php
@@ -205,6 +205,10 @@ 1 => array ( 'type' => 'REGEX', 'regex' => '/^\/[a-zA-Z0-9\ \.\-\_\/]{10,128}$/', 'errmsg'=> 'directory_error_regex'), 2 => array ( 'type' => 'CUSTOM', 'class' => 'validate_ftpuser', 'function' => 'ftp_dir', 'errmsg' => 'directory_error_notinweb'), ), 'default' => '', 'value' => '', @@ -290,6 +294,10 @@ } $form['tabs']['advanced']['fields']['expires'] = array( 'datatype' => 'DATETIME', 'formtype' => 'DATETIME' ); ?>