thomascube
2008-05-09 2ca388d0d756b57398d129f51ae6fa087e4b045e
program/include/rcube_config.php
@@ -54,6 +54,9 @@
    // load database config
    include_once(INSTALL_PATH . 'config/db.inc.php');
    $this->prop += (array)$rcmail_config;
    // load host-specific configuration
    $this->load_host_config();
    // fix paths
    $this->prop['skin_path'] = $this->prop['skin_path'] ? unslashify($this->prop['skin_path']) : 'skins/default';