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 3243213 commit 55d8b0fCopy full SHA for 55d8b0f
interface/web/admin/form/server_config.tform.php
@@ -190,7 +190,7 @@
190
'validators' => array( 0 => array('type' => 'NOTEMPTY',
191
'errmsg' => 'tmpdir_path_error_empty'),
192
1 => array ( 'type' => 'REGEX',
193
- 'regex' => "/^\/[a-zA-Z0-9\.\-\_\/]{4,128}$/",
+ 'regex' => "/^\/[a-zA-Z0-9\.\-\_\/]{3,128}$/",
194
'errmsg'=> 'tmpdir_path_error_regex'),
195
),
196
'value' => '',
0 commit comments