Skip to content

Commit f66b638

Browse files
author
Till Brehm
committed
Remove the option to add an additional PHP version on the slave of a mirrored cluster (see #4197).
1 parent 2a9270d commit f66b638

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 {AUTHSQL} ORDER BY server_name',
92+
'querystring' => 'SELECT server_id,server_name FROM server WHERE mirror_server_id = 0 AND {AUTHSQL} ORDER BY server_name',
9393
'keyfield'=> 'server_id',
9494
'valuefield'=> 'server_name'
9595
),

0 commit comments

Comments
 (0)