Merge pull request #19219 from florisluiten/master

Remove unneeded var assignment
This commit is contained in:
Maurício Meneghini Fauth 2024-07-29 16:39:02 -03:00 committed by GitHub
commit b627a7986d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -32,7 +32,6 @@ if (isset($_POST['user'])) {
/* Update another field of server configuration */
$_SESSION['PMA_single_signon_cfgupdate'] = ['verbose' => 'Signon test'];
$_SESSION['PMA_single_signon_HMAC_secret'] = hash('sha1', uniqid(strval(random_int(0, mt_getrandmax())), true));
$id = session_id();
/* Close that session */
@session_write_close();
/* Redirect to phpMyAdmin (should use absolute URL here!) */