Skip to content
Snippets Groups Projects
Commit 6733c1ce authored by Florian Schaal's avatar Florian Schaal
Browse files

show only web-servers at additional php-versions

parent acc86e2e
No related branches found
No related tags found
No related merge requests found
...@@ -89,7 +89,7 @@ $form["tabs"]['php_name'] = array ( ...@@ -89,7 +89,7 @@ $form["tabs"]['php_name'] = array (
'formtype' => 'SELECT', 'formtype' => 'SELECT',
'default' => '', 'default' => '',
'datasource' => array ( 'type' => 'SQL', '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', 'keyfield'=> 'server_id',
'valuefield'=> 'server_name' 'valuefield'=> 'server_name'
), ),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment