Skip to content
Snippets Groups Projects
Commit f8635ed3 authored by Oliver's avatar Oliver
Browse files

10 => 7

parent 1e9a68db
No related branches found
No related tags found
No related merge requests found
...@@ -203,7 +203,7 @@ if($app->auth->is_admin()) { ...@@ -203,7 +203,7 @@ if($app->auth->is_admin()) {
'validators' => array ( 0 => array ( 'type' => 'NOTEMPTY', 'validators' => array ( 0 => array ( 'type' => 'NOTEMPTY',
'errmsg'=> 'directory_error_empty'), 'errmsg'=> 'directory_error_empty'),
1 => array ( 'type' => 'REGEX', 1 => array ( 'type' => 'REGEX',
'regex' => '/^\/[a-zA-Z0-9\ \.\-\_\/]{10,128}$/', 'regex' => '/^\/[a-zA-Z0-9\ \.\-\_\/]{7,128}$/',
'errmsg'=> 'directory_error_regex'), 'errmsg'=> 'directory_error_regex'),
2 => array ( 'type' => 'CUSTOM', 2 => array ( 'type' => 'CUSTOM',
'class' => 'validate_ftpuser', 'class' => 'validate_ftpuser',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment