Sync token name.

This commit is contained in:
Michal Čihař
2006-10-03 13:12:35 +00:00
parent ccc6a04974
commit 91c7b9a8d3
2 changed files with 2 additions and 1 deletions

View File

@@ -9,6 +9,7 @@ $Source$
2006-10-03 Michal Čihař <michal@cihar.com>
* scripts/setup.php: Sync token name, move it's definition to one place
(bug #1569612).
* libraries/auth/signon.auth.lib.php: Sync token name.
2006-10-01 Marc Delisle <lem9@users.sourceforge.net>
### 2.9.0.1 released from MAINT_2_9_0

View File

@@ -105,7 +105,7 @@ function PMA_auth_check()
/* Restore our token */
if (!empty($pma_token)) {
$_SESSION['PMA_token'] = $pma_token;
$_SESSION[' PMA_token '] = $pma_token;
}
}