Current Path : /etc/roundcube/ |
Current File : //etc/roundcube/debian-db-roundcube.php |
<?php include_once("/etc/roundcube/debian-db.php"); switch ($dbtype) { case "sqlite": case "sqlite3": $config['db_dsnw'] = "sqlite:///$basepath/$dbname?mode=0640"; break; default: if ($dbport != '') $dbport=":$dbport"; if ($dbserver == '') $dbserver="localhost"; $config['db_dsnw'] = "$dbtype://$dbuser:$dbpass@$dbserver$dbport/$dbname"; break; } ?>