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.
1 parent 49a081d commit 5a807adCopy full SHA for 5a807ad
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