This commit is contained in:
Loïc Chapeaux
2002-10-25 13:55:31 +00:00
parent 28718d1687
commit ee8c06cd56

View File

@@ -2,6 +2,7 @@
/* $Id$ */ /* $Id$ */
// vim: expandtab sw=4 ts=4 sts=4: // vim: expandtab sw=4 ts=4 sts=4:
// +--------------------------------------------------------------------------+ // +--------------------------------------------------------------------------+
// | Set of functions used to run cookie based authentication. | // | Set of functions used to run cookie based authentication. |
// | Thanks to Piotr Roszatycki <d3xter at users.sourceforge.net> and | // | Thanks to Piotr Roszatycki <d3xter at users.sourceforge.net> and |
@@ -393,7 +394,7 @@ if (uname.value == '') {
$GLOBALS['is_https']); $GLOBALS['is_https']);
// Duration = till the browser is closed for password // Duration = till the browser is closed for password
setcookie('pma_cookie_password', setcookie('pma_cookie_password',
(!empty($cfg['Server']['password'])) ? $cfg['Server']['password'] : "\xff(blank)", ((!empty($cfg['Server']['password'])) ? $cfg['Server']['password'] : "\xff(blank)"),
0, 0,
$GLOBALS['cookie_path'], '', $GLOBALS['cookie_path'], '',
$GLOBALS['is_https']); $GLOBALS['is_https']);