From cd65e1f844e4c6326abd34024789a6bd34d1352f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Mon, 22 Mar 2004 16:29:34 +0000 Subject: [PATCH] Set correct variable to avoid attempting sending headers twice. --- ChangeLog | 4 ++++ libraries/auth/config.auth.lib.php | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index d7e446069..2dadbcf4c 100755 --- a/ChangeLog +++ b/ChangeLog @@ -5,6 +5,10 @@ phpMyAdmin - Changelog $Id$ $Source$ +2004-03-22 Michal Cihar + * libraries/auth/config.auth.lib.php: Set correct variable to avoid + attempting sending headers twice. + 2004-03-22 Garvin Hicking * lang/german-*: Update diff --git a/libraries/auth/config.auth.lib.php b/libraries/auth/config.auth.lib.php index ea1252f5a..bcd7ada05 100644 --- a/libraries/auth/config.auth.lib.php +++ b/libraries/auth/config.auth.lib.php @@ -103,7 +103,7 @@ h1 {font-family: ; font-size: ' . $GLOBALS['strAccessDeniedExplanation'] . '

' . "\n"; PMA_mysqlDie($conn_error, '');