Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Jozef Sroka
ISPConfig 3
Commits
f66b6386
Commit
f66b6386
authored
Sep 20, 2016
by
Till Brehm
Browse files
Remove the option to add an additional PHP version on the slave of a mirrored cluster (see #4197).
parent
2a9270d7
Changes
1
Hide whitespace changes
Inline
Side-by-side
interface/web/admin/form/server_php.tform.php
View file @
f66b6386
...
...
@@ -89,7 +89,7 @@ $form["tabs"]['php_name'] = array (
'formtype'
=>
'SELECT'
,
'default'
=>
''
,
'datasource'
=>
array
(
'type'
=>
'SQL'
,
'querystring'
=>
'SELECT server_id,server_name FROM server WHERE {AUTHSQL} ORDER BY server_name'
,
'querystring'
=>
'SELECT server_id,server_name FROM server WHERE
mirror_server_id = 0 AND
{AUTHSQL} ORDER BY server_name'
,
'keyfield'
=>
'server_id'
,
'valuefield'
=>
'server_name'
),
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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