영카트 관리자 주문내역에서 개인결제 추가시 토큰오류 문제 수정
This commit is contained in:
@ -44,6 +44,12 @@ if($popup == 'yes') { // 팝업창일 때
|
|||||||
$pp['pp_price'] = $od['od_misu'];
|
$pp['pp_price'] = $od['od_misu'];
|
||||||
$wrp_tag_st = '<div class="new_win">'.PHP_EOL.'<h1 id="new_win_title">'.$html_title.'</h1>';
|
$wrp_tag_st = '<div class="new_win">'.PHP_EOL.'<h1 id="new_win_title">'.$html_title.'</h1>';
|
||||||
$wrp_tag_end = '</div>';
|
$wrp_tag_end = '</div>';
|
||||||
|
|
||||||
|
echo '<script>
|
||||||
|
if (typeof g5_admin_csrf_token_key === "undefined") {
|
||||||
|
var g5_admin_csrf_token_key = "' . (function_exists('admin_csrf_token_key') ? admin_csrf_token_key() : '') . '";
|
||||||
|
}
|
||||||
|
</script>';
|
||||||
}
|
}
|
||||||
else { // 현재페이지일 때
|
else { // 현재페이지일 때
|
||||||
include_once (G5_ADMIN_PATH.'/admin.head.php');
|
include_once (G5_ADMIN_PATH.'/admin.head.php');
|
||||||
|
|||||||
Reference in New Issue
Block a user