Beispiel #1
0
 static function gen_valid_access_token($token)
 {
     return md5(Utils::server_param('HTTP_USER_AGENT') . $token);
 }