Skip to content

Commit 111695e

Browse files
committed
Caps (MINOR)
1 parent 8d5adb9 commit 111695e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/SigUtils.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ public static function getDynamicSessionSignatureUserSigned($glt_cookie, $timeou
5858

5959
static function calcSignature($baseString, $key)
6060
{
61-
$baseString = mb_convert_encoding($baseString, 'uTF-8', mb_list_encodings());
61+
$baseString = mb_convert_encoding($baseString, 'UTF-8', mb_list_encodings());
6262
$rawHmac = hash_hmac("sha1", $baseString, base64_decode($key), true);
6363

6464
return base64_encode($rawHmac);

0 commit comments

Comments
 (0)