fixed errors in authentication libraries
This commit is contained in:
@@ -8,6 +8,9 @@ $Source$
|
|||||||
2001-12-10 Lo<4C>c Chapeaux <lolo@phpheaven.net>
|
2001-12-10 Lo<4C>c Chapeaux <lolo@phpheaven.net>
|
||||||
* libraries/display_tbl.lib.php3, line 518: fixed bug #490951 - sorting
|
* libraries/display_tbl.lib.php3, line 518: fixed bug #490951 - sorting
|
||||||
row. Thanks to an anonymous user.
|
row. Thanks to an anonymous user.
|
||||||
|
* libraries/auth:
|
||||||
|
- basic.auth.lib.php3, line 107: fixed an horrible parse error;
|
||||||
|
- cookie.auth.lib.php3: beautified a bit the display.
|
||||||
|
|
||||||
2001-12-09 Lo<4C>c Chapeaux <lolo@phpheaven.net>
|
2001-12-09 Lo<4C>c Chapeaux <lolo@phpheaven.net>
|
||||||
* read_dump.php3; libraries/build_dump.lib.php3: sending the "fake" header
|
* read_dump.php3; libraries/build_dump.lib.php3: sending the "fake" header
|
||||||
|
@@ -104,7 +104,7 @@ h1 {font-family: <?php echo $right_font_family; ?>; font-size: <?php echo
|
|||||||
<h1><?php echo sprintf($GLOBALS['strWelcome'], ' phpMyAdmin ' . PMA_VERSION); ?></h1>
|
<h1><?php echo sprintf($GLOBALS['strWelcome'], ' phpMyAdmin ' . PMA_VERSION); ?></h1>
|
||||||
</center>
|
</center>
|
||||||
<br />
|
<br />
|
||||||
?>
|
<?php
|
||||||
echo "\n";
|
echo "\n";
|
||||||
PMA_mysqlDie($conn_error, $local_query, FALSE);
|
PMA_mysqlDie($conn_error, $local_query, FALSE);
|
||||||
|
|
||||||
|
@@ -77,6 +77,7 @@ if (!defined('PMA_COOKIE_AUTH_INCLUDED')) {
|
|||||||
<!--
|
<!--
|
||||||
body {font-family: <?php echo $right_font_family; ?>; font-size: <?php echo $font_size; ?>; color: #000000}
|
body {font-family: <?php echo $right_font_family; ?>; font-size: <?php echo $font_size; ?>; color: #000000}
|
||||||
form {font-family: <?php echo $right_font_family; ?>; font-size: <?php echo $font_size; ?>; font-weight: bold}
|
form {font-family: <?php echo $right_font_family; ?>; font-size: <?php echo $font_size; ?>; font-weight: bold}
|
||||||
|
td {font-family: <?php echo $right_font_family; ?>; font-size: <?php echo $font_size; ?>; font-weight: bold}
|
||||||
h1 {font-family: <?php echo $right_font_family; ?>; font-size: <?php echo $font_bigger; ?>; font-weight: bold}
|
h1 {font-family: <?php echo $right_font_family; ?>; font-size: <?php echo $font_bigger; ?>; font-weight: bold}
|
||||||
.warning {font-family: <?php echo $right_font_family; ?>; font-size: <?php echo $font_size; ?>; font-weight: bold; color: #FF0000}
|
.warning {font-family: <?php echo $right_font_family; ?>; font-size: <?php echo $font_size; ?>; font-weight: bold; color: #FF0000}
|
||||||
//-->
|
//-->
|
||||||
@@ -140,7 +141,7 @@ h1 {font-family: <?php echo $right_font_family; ?>; font-size: <?php echo
|
|||||||
<tr>
|
<tr>
|
||||||
<td align="<?php echo $cell_align; ?>"><?php echo $GLOBALS['strLogPassword']; ?> </td>
|
<td align="<?php echo $cell_align; ?>"><?php echo $GLOBALS['strLogPassword']; ?> </td>
|
||||||
<td align="<?php echo $cell_align; ?>">
|
<td align="<?php echo $cell_align; ?>">
|
||||||
<input type="text" name="pma_password" value="" size="24" onfocus="this.select()" />
|
<input type="password" name="pma_password" value="" size="24" onfocus="this.select()" />
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
|
Reference in New Issue
Block a user