K
klados
Guest
Is it possible to define default setup for Horde without going into code itself.
Things I'd like to define in a config file is default language, default theme Horde desktop (frontpage) elements or starting module and other things that can be changed from Horde settings. These preferences are saved in MySQL so I guess there needs to be a file to read database (and use defaults if nothing is found).
I was also thinking is it possible to have different config-files for different domains? I guess I can have php-code somewhere that gets domain-name and then loads config file from /domain/ folder or something.
Things I'd like to define in a config file is default language, default theme Horde desktop (frontpage) elements or starting module and other things that can be changed from Horde settings. These preferences are saved in MySQL so I guess there needs to be a file to read database (and use defaults if nothing is found).
I was also thinking is it possible to have different config-files for different domains? I guess I can have php-code somewhere that gets domain-name and then loads config file from /domain/ folder or something.