Skip to content

Commit 56fd8f6

Browse files
author
Till Brehm
committed
Merge branch 'stable-3.1' into 'stable-3.1'
fixed regex for backup tmp dir See merge request ispconfig/ispconfig3!739
2 parents 4d6f1cc + b1c987a commit 56fd8f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

interface/web/admin/form/server_config.tform.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@
190190
'validators' => array( 0 => array('type' => 'NOTEMPTY',
191191
'errmsg' => 'tmpdir_path_error_empty'),
192192
1 => array ( 'type' => 'REGEX',
193-
'regex' => '/^\/[a-zA-Z0-9\.\-\_\/]{5,128}$/',
193+
'regex' => "/^\/[a-zA-Z0-9\.\-\_\/]{4,128}$/",
194194
'errmsg'=> 'tmpdir_path_error_regex'),
195195
),
196196
'value' => '',

0 commit comments

Comments
 (0)