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:
Michal Čihař 2017-09-05 13:11:52 +02:00
parent 445ad84b42
commit db935d19d6

View File

@ -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();