Skip to main content

Roundcube config.inc.php and updates

Comments

1 comment

  • quietFinn

    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.