diff --git a/ChangeLog b/ChangeLog index 5dfd3fc22c..9483873d88 100644 --- a/ChangeLog +++ b/ChangeLog @@ -7,6 +7,7 @@ phpMyAdmin - ChangeLog - bug #3927 List of tables is missing after expanding in the navigation frame - bug #3942 Warnings about reserved word for many non reserved words - bug #3912 Exporting row selection, resulted by ORDER BY query +- bug #3957 Cookies must be enabled past this point 4.0.2.0 (2013-05-24) - bug #3902 Cannot browse when table name contains keyword "call" diff --git a/libraries/Header.class.php b/libraries/Header.class.php index 63c852a13f..877d6caa60 100644 --- a/libraries/Header.class.php +++ b/libraries/Header.class.php @@ -613,14 +613,6 @@ class PMA_Header { $retval = ''; if ($this->_warningsEnabled) { - // message of "Cookies required" displayed for auth_type http or config - // note: here, the decoration won't work because without cookies, - // our standard CSS is not operational - if (empty($_COOKIE)) { - $retval .= PMA_Message::notice( - __('Cookies must be enabled past this point.') - )->getDisplay(); - } $retval .= "