Skip to content

Commit 6733c1c

Browse files
committed
show only web-servers at additional php-versions
1 parent acc86e2 commit 6733c1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@
8989
'formtype' => 'SELECT',
9090
'default' => '',
9191
'datasource' => array ( 'type' => 'SQL',
92-
'querystring' => 'SELECT server_id,server_name FROM server WHERE mirror_server_id = 0 AND {AUTHSQL} ORDER BY server_name',
92+
'querystring' => 'SELECT server_id,server_name FROM server WHERE mirror_server_id = 0 AND web_server = 1 AND {AUTHSQL} ORDER BY server_name',
9393
'keyfield'=> 'server_id',
9494
'valuefield'=> 'server_name'
9595
),

0 commit comments

Comments
 (0)