Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Zvonimir
ISPConfig 3
Commits
40e6e695
Commit
40e6e695
authored
Feb 15, 2014
by
Till Brehm
Browse files
Fixed: FS#3326 - Can't provide database to phpMyAdmin URL
parent
72d6a8a7
Changes
1
Hide whitespace changes
Inline
Side-by-side
interface/web/admin/form/system_config.tform.php
View file @
40e6e695
...
...
@@ -128,7 +128,7 @@ $form["tabs"]['sites'] = array (
'datatype'
=>
'VARCHAR'
,
'formtype'
=>
'TEXT'
,
'validators'
=>
array
(
0
=>
array
(
'type'
=>
'REGEX'
,
'regex'
=>
'/^[0-9a-zA-Z\:\/\-\.\[\]]{0,255}$/'
,
'regex'
=>
'/^[0-9a-zA-Z\:\/\-\.\
_\
[\]
\?\=
]{0,255}$/'
,
'errmsg'
=>
'phpmyadmin_url_error_regex'
),
),
'default'
=>
''
,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment