(KVE-2021-1250) SQL 취약점 및 PHP8 정의되지 않은 변수 오류 해결

This commit is contained in:
kagla
2022-02-16 15:13:53 +09:00
parent 725c88c449
commit cf08961f63

View File

@ -1,6 +1,10 @@
<?php
include_once('./_common.php');
$it_id = isset($it_id) ? clean_xss_tags(trim($it_id)) : '';
$ca_id = isset($ca_id) ? clean_xss_tags(trim($ca_id)) : '';
$code = '';
$name = '';
if ($it_id)