Patch #522671 - Add charset when asking for auth
This commit is contained in:
@@ -77,6 +77,10 @@ if (!defined('PMA_COOKIE_AUTH_INCLUDED')) {
|
||||
}
|
||||
|
||||
$cell_align = ($GLOBALS['text_dir'] == 'ltr') ? 'left' : 'right';
|
||||
|
||||
// Defines the charset to be used
|
||||
header('Content-Type: text/html; charset=' . $GLOBALS['charset']);
|
||||
|
||||
// Title
|
||||
?>
|
||||
<!DOCTYPE html
|
||||
|
Reference in New Issue
Block a user