get_token_encryption_key함수에서 불필요한 코드 삭제
This commit is contained in:
@ -3936,7 +3936,7 @@ function update_auth_session_token($str=''){
|
|||||||
}
|
}
|
||||||
|
|
||||||
function get_token_encryption_key($str=''){
|
function get_token_encryption_key($str=''){
|
||||||
$token = G5_GNUBOARD_VER.(defined('G5_YOUNGCART_VER') ? G5_YOUNGCART_VER : '').G5_TABLE_PREFIX.(defined('G5_SHOP_TABLE_PREFIX') ? G5_SHOP_TABLE_PREFIX : '').(defined('G5_TOKEN_ENCRYPTION_KEY') ? G5_TOKEN_ENCRYPTION_KEY : '').$str;
|
$token = G5_TABLE_PREFIX.(defined('G5_SHOP_TABLE_PREFIX') ? G5_SHOP_TABLE_PREFIX : '').(defined('G5_TOKEN_ENCRYPTION_KEY') ? G5_TOKEN_ENCRYPTION_KEY : '').$str;
|
||||||
|
|
||||||
return md5($token);
|
return md5($token);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user