Roundcube config.inc.php and updates
Hi:
I have read other thread but are not a solution. I have a customer that is not confortable with the elastic skin so i installed in the server the larry skin. And changed in config.inc.php
$config['skins_allowed'] = ['elastic'];
With:
$config['skins_allowed'] = ['elastic','larry'];
The problem is that every update reverts this change and i need to modify this. I don't want to avoid this file in the updates as can lead to future problems, but there is a way with a hook or something to chech and add the larry sking to the allowed skins variable.
-
At the bottom of config.inc.php there is:
// Cpanel include to ensure mandatory values are set and not broken by custom updates
$incfiles = glob("/usr/local/cpanel/base/3rdparty/roundcube/config/inc.d/*.php");
foreach($incfiles as $incphp){
include $incphp;
}
You can create your own config file in that directory.0
Please sign in to leave a comment.
Comments
1 comment