Cookies required should not look like an error
This commit is contained in:
@@ -5,6 +5,10 @@ phpMyAdmin - Changelog
|
|||||||
$Id$
|
$Id$
|
||||||
$Source$
|
$Source$
|
||||||
|
|
||||||
|
2003-08-09 Marc Delisle <lem9@users.sourceforge.net>
|
||||||
|
* libraries/auth/cookie.auth.lib.php3: Cookies required message
|
||||||
|
should not look like an error
|
||||||
|
|
||||||
2003-08-08 Marc Delisle <lem9@users.sourceforge.net>
|
2003-08-08 Marc Delisle <lem9@users.sourceforge.net>
|
||||||
* lang/catalan update, thanks to Xavier Navarro (xavin).
|
* lang/catalan update, thanks to Xavier Navarro (xavin).
|
||||||
* lang/lithuanian: Updated, thanks to Vilius Zigmantas.
|
* lang/lithuanian: Updated, thanks to Vilius Zigmantas.
|
||||||
|
@@ -257,7 +257,7 @@ input.textfield {font-family: <?php echo $right_font_family; ?>; font-size: <?ph
|
|||||||
exit();
|
exit();
|
||||||
}
|
}
|
||||||
?>
|
?>
|
||||||
<p class="warning"><?php echo $GLOBALS['strCookiesRequired']; ?></p>
|
<p><?php echo '(' . $GLOBALS['strCookiesRequired'] . ')'; ?></p>
|
||||||
<br />
|
<br />
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user