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
ISPConfig
ISPConfig 3
Commits
6733c1ce
Commit
6733c1ce
authored
Feb 24, 2017
by
Florian Schaal
Browse files
show only web-servers at additional php-versions
parent
acc86e2e
Changes
1
Hide whitespace changes
Inline
Side-by-side
interface/web/admin/form/server_php.tform.php
View file @
6733c1ce
...
...
@@ -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 mirror_server_id = 0 AND {AUTHSQL} ORDER BY server_name'
,
'querystring'
=>
'SELECT server_id,server_name FROM server WHERE mirror_server_id = 0 AND
web_server = 1 AND
{AUTHSQL} ORDER BY server_name'
,
'keyfield'
=>
'server_id'
,
'valuefield'
=>
'server_name'
),
...
...
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