Configuration is no longer stored in session
So there is no need to do any cleanup of the settings.
Configuraiton is not part of session since 2010 (94c2f864ae).
Signed-off-by: Michal Čihař <michal@cihar.com>
This commit is contained in:
parent
445ad84b42
commit
db935d19d6
@ -853,11 +853,6 @@ if (! defined('PMA_MINIMUM_COMMON')) {
|
||||
$GLOBALS['PMA_Config']->loadUserPreferences();
|
||||
}
|
||||
|
||||
// remove sensitive values from session
|
||||
$GLOBALS['PMA_Config']->set('blowfish_secret', '');
|
||||
$GLOBALS['PMA_Config']->set('Servers', '');
|
||||
$GLOBALS['PMA_Config']->set('default_server', '');
|
||||
|
||||
/* Tell tracker that it can actually work */
|
||||
Tracker::enable();
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user