Set correct variable to avoid attempting sending headers twice.
This commit is contained in:
@@ -5,6 +5,10 @@ phpMyAdmin - Changelog
|
|||||||
$Id$
|
$Id$
|
||||||
$Source$
|
$Source$
|
||||||
|
|
||||||
|
2004-03-22 Michal Cihar <michal@cihar.com>
|
||||||
|
* libraries/auth/config.auth.lib.php: Set correct variable to avoid
|
||||||
|
attempting sending headers twice.
|
||||||
|
|
||||||
2004-03-22 Garvin Hicking <pma@supergarv.de>
|
2004-03-22 Garvin Hicking <pma@supergarv.de>
|
||||||
* lang/german-*: Update
|
* lang/german-*: Update
|
||||||
|
|
||||||
|
@@ -103,7 +103,7 @@ h1 {font-family: <?php echo $right_font_family; ?>; font-size: <?php echo
|
|||||||
<br />
|
<br />
|
||||||
<?php
|
<?php
|
||||||
echo "\n";
|
echo "\n";
|
||||||
$is_header_sent = TRUE;
|
$GLOBALS['is_header_sent'] = TRUE;
|
||||||
echo '<p>' . $GLOBALS['strAccessDeniedExplanation'] . '</p>' . "\n";
|
echo '<p>' . $GLOBALS['strAccessDeniedExplanation'] . '</p>' . "\n";
|
||||||
PMA_mysqlDie($conn_error, '');
|
PMA_mysqlDie($conn_error, '');
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user