Update functions.php

pull/13/head
qkqpttgf 2020-01-01 14:36:03 +08:00 committed by GitHub
parent d4324ffc2d
commit 7259620c94
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -217,7 +217,7 @@ function get_refresh_token()
}
document.cookie=\'language=; path=/\';
</script>';
setConfig($function_name, [ 'refresh_token' => $tmptoken ], getConfig('APIKey'));
setConfig([ 'refresh_token' => $tmptoken ]);
$str .= '
<meta http-equiv="refresh" content="5;URL=' . $url . '">';
return message($str, $constStr['WaitJumpIndex'][$constStr['language']]);