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

Fixes #4085 - firewall record list on mirrored dns server (cosmetic?)

parent 4101db63
No related branches found
No related tags found
1 merge request!413Stable 3.1
......@@ -63,7 +63,7 @@ $liste["item"][] = array( 'field' => "server_id",
'prefix' => "%",
'suffix' => "%",
'datasource' => array ( 'type' => 'SQL',
'querystring' => 'SELECT server_id,server_name FROM server WHERE {AUTHSQL} AND mirror_server_id = 0 ORDER BY server_name',
'querystring' => 'SELECT server_id,server_name FROM server WHERE {AUTHSQL} ORDER BY server_name',
'keyfield'=> 'server_id',
'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