From db935d19d69432909438f26c4c7be4a68821231f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Tue, 5 Sep 2017 13:11:52 +0200 Subject: [PATCH] Configuration is no longer stored in session MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit So there is no need to do any cleanup of the settings. Configuraiton is not part of session since 2010 (94c2f864ae1). Signed-off-by: Michal Čihař --- libraries/common.inc.php | 5 ----- 1 file changed, 5 deletions(-) diff --git a/libraries/common.inc.php b/libraries/common.inc.php index 0741794761..4d8519dc42 100644 --- a/libraries/common.inc.php +++ b/libraries/common.inc.php @@ -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();