HowTo: Enable display of Query Server Groups at Server Group Protection!

Started by Stefan1200, June 08, 2015, 09:36:37 PM

Previous topic - Next topic

Stefan1200

Important notice: This change have affect to all users of the web interface. Everyone will (not) be able to select the Query Server Groups at the Server Group Protection configuration page!

Execute the following SQL command to the database to allow selection of Query Server Groups at the Server Group Protection configuration page:
UPDATE jts3servermodwebui_functionpage SET options = 'multiple,showquerytype' WHERE botfunction_id = 12 AND configkey = '_groups'

To remove this ability just execute the following SQL command:
UPDATE jts3servermodwebui_functionpage SET options = 'multiple' WHERE botfunction_id = 12 AND configkey = '_groups'