Do not double frames on login (bug #944870).
This commit is contained in:
@@ -5,6 +5,10 @@ phpMyAdmin - Changelog
|
||||
$Id$
|
||||
$Source$
|
||||
|
||||
2004-04-30 Michal Cihar <michal@cihar.com>
|
||||
* libraries/auth/cookie.auth.lib.php: Do not double frames on login (bug
|
||||
#944870).
|
||||
|
||||
2004-04-29 Garvin Hicking <pma@supergarv.de>
|
||||
* db_details_structure.php: Bug #942362 - Colspan off by one
|
||||
* left.php: Modified js function to fit typecasting of Safari
|
||||
|
@@ -218,7 +218,7 @@ input.textfield {font-family: <?php echo $right_font_family; ?>; font-size: <?ph
|
||||
echo "\n";
|
||||
?>
|
||||
<!-- Language selection -->
|
||||
<form method="post" action="index.php">
|
||||
<form method="post" action="index.php" target="_top">
|
||||
<input type="hidden" name="server" value="<?php echo $server; ?>" />
|
||||
<b>Language: </b>
|
||||
<select name="lang" dir="ltr" onchange="this.form.submit();">
|
||||
@@ -264,7 +264,7 @@ input.textfield {font-family: <?php echo $right_font_family; ?>; font-size: <?ph
|
||||
|
||||
|
||||
<!-- Login form -->
|
||||
<form method="post" action="index.php" name="login_form"<?php echo $autocomplete; ?>>
|
||||
<form method="post" action="index.php" name="login_form"<?php echo $autocomplete; ?> target="_top">
|
||||
<table cellpadding="5">
|
||||
<?php if ($GLOBALS['cfg']['AllowArbitraryServer']) { ?>
|
||||
<tr>
|
||||
|
Reference in New Issue
Block a user