The super administrator (root) can define a set of controls that are never shown in Parallels Plesk Panel, even to a user with administrative privileges (and even in the customization mode). To do this:
root.controls.lock
in /parallels_plesk_panel_installation_directory/var/
.# mysql -uadmin -Dpsa –p
mysql> select page, control from itmpl_data;
+-------------------------+-------------+
| /server/server.php3 | key_info |
+-------------------------+-------------+
/parallels_plesk_panel_installation_directory/var/root.controls.lock
file separating them with colons:
/server/server.php3:key_info
The values you put into this file will override the customizations made through the control panel.