Skip to content

Commit 40e6e69

Browse files
author
Till Brehm
committed
Fixed: FS#3326 - Can't provide database to phpMyAdmin URL
1 parent 72d6a8a commit 40e6e69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@
128128
'datatype' => 'VARCHAR',
129129
'formtype' => 'TEXT',
130130
'validators' => array ( 0 => array ( 'type' => 'REGEX',
131-
'regex' => '/^[0-9a-zA-Z\:\/\-\.\[\]]{0,255}$/',
131+
'regex' => '/^[0-9a-zA-Z\:\/\-\.\_\[\]\?\=]{0,255}$/',
132132
'errmsg'=> 'phpmyadmin_url_error_regex'),
133133
),
134134
'default' => '',

0 commit comments

Comments
 (0)