Customizing Client Color and Name

Since GECAMED 2.06.00 there is a hidden feature available to customize the NAME and COLOR of your installation. This might be very Useful to distinguish the Clients if multiple installations are used on the same machine.

These values can be set by adding entries into core.info db table:

insert into core.info (key, value, date) values ('NAME','DEMO-SERVER', 'now');
insert into core.info (key, value, date) values ('COLOR','255,200,200', 'now');