Roundcube Community Forum

News and Announcements => General Discussion => Topic started by: ramoneariel on November 21, 2014, 11:46:31 AM

Title: how to change mysql db with session value
Post by: ramoneariel on November 21, 2014, 11:46:31 AM
I need to change the mysqlDB for each user, previously defined on login.

something like this :
  ???

$rcmail_config['db_dsnw'] = "mysql://roundcube:password@".$_SESSION['db_orig']."/roundcube";


Thank