File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 17901790 'validators ' => array ( 0 => array ('type ' => 'NOTEMPTY ' ,
17911791 'errmsg ' => 'jailkit_chroot_home_error_empty ' ),
17921792 1 => array ( 'type ' => 'REGEX ' ,
1793- 'regex ' => '/^\/[a-zA-Z0-9\.\-\_\/\[\]]{1,128 }$/ ' ,
1793+ 'regex ' => '/^\/[a-zA-Z0-9\.\-\_\/\[\]]{1,}$/ ' ,
17941794 'errmsg ' => 'jailkit_chroot_home_error_regex ' ),
17951795 ),
17961796 'value ' => '' ,
18041804 'validators ' => array ( 0 => array ('type ' => 'NOTEMPTY ' ,
18051805 'errmsg ' => 'jailkit_chroot_app_sections_error_empty ' ),
18061806 1 => array ( 'type ' => 'REGEX ' ,
1807- 'regex ' => '/^[a-zA-Z0-9\-\_\ ]{1,128 }$/ ' ,
1807+ 'regex ' => '/^[a-zA-Z0-9\.\ -\_\ ]{1,}$/ ' ,
18081808 'errmsg ' => 'jailkit_chroot_app_sections_error_regex ' ),
18091809 ),
18101810 'value ' => '' ,
You can’t perform that action at this time.
0 commit comments