Skip to content

Commit 8673319

Browse files
committed
Added missing dot to PHP-CLI binary regex
1 parent ebd9386 commit 8673319

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@
263263
'validators' => array(
264264
0 => array (
265265
'type' => 'REGEX',
266-
'regex' => '/^\/[a-zA-Z0-9\/\-\_\s]*$/',
266+
'regex' => '/^\/[a-zA-Z0-9\/\-\_\.\s]*$/',
267267
'errmsg'=> 'php_cli_binary_error_regex'
268268
),
269269
),

0 commit comments

Comments
 (0)