Viewing File: /usr/local/cpanel/base/3rdparty/roundcube/config/cpanel_config.php

<?php

/*
This file is included from the main config.inc.php and attempts to ensure
that mandatory values still exist even when the config.inc.php has been modified
*/

$mandatory_plugins = ['cpanellogin','cpanellogout','archive','calendar', 'return_to_webmail','carddav','markasjunk','cpanelicsimport','cpanelvcfimport','formbricks'];

foreach( $mandatory_plugins as $plugin ) {
    if(! preg_grep("/$plugin/",$config['plugins']) ) {
    	array_push($config['plugins'],$plugin);
    }
}

?>
Back to Directory File Manager