We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents acb7db0 + 5a807ad commit fcf38d8Copy full SHA for fcf38d8
interface/web/sites/form/ftp_user.tform.php
@@ -203,7 +203,7 @@
203
'validators' => array ( 0 => array ( 'type' => 'NOTEMPTY',
204
'errmsg'=> 'directory_error_empty'),
205
1 => array ( 'type' => 'REGEX',
206
- 'regex' => '/^\/[a-zA-Z0-9\ \.\-\_\/]{10,128}$/',
+ 'regex' => '/^\/[a-zA-Z0-9\ \.\-\_\/]{7,128}$/',
207
'errmsg'=> 'directory_error_regex'),
208
2 => array ( 'type' => 'CUSTOM',
209
'class' => 'validate_ftpuser',
0 commit comments