영카트 관리자 주문내역에서 개인결제 추가시 토큰오류 문제 수정

This commit is contained in:
thisgun
2024-07-03 11:56:33 +09:00
parent 9a1067862a
commit 14ffe72574

View File

@ -44,6 +44,12 @@ if($popup == 'yes') { // 팝업창일 때
$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_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 { // 현재페이지일 때
include_once (G5_ADMIN_PATH.'/admin.head.php');