[KVE-2022-0158] 그누보드(영카트)5 Reflected XSS 및 SQL Injection 취약점 수정

This commit is contained in:
thisgun
2022-06-17 12:13:54 +09:00
parent 4883fb18ae
commit e061ad852b
2 changed files with 7 additions and 5 deletions

View File

@ -1,6 +1,8 @@
<?php
include_once('./_common.php');
$cart_action_url = G5_SHOP_URL.'/cartupdate.php';
// 테마에 cart.php 있으면 include
if(defined('G5_THEME_MSHOP_PATH')) {
$theme_cart_file = G5_THEME_MSHOP_PATH.'/cart.php';