KG이니시스 MID SEED대칭키 수정

This commit is contained in:
thisgun
2024-05-31 19:23:42 +09:00
parent cc96048dfa
commit 68dc0bd4ec
4 changed files with 4 additions and 4 deletions

View File

@ -411,7 +411,7 @@ if (!isset($config['cf_cert_kg_mid'])) {
}
if (!isset($config['cf_cert_use_seed'])) {
$sql = "ALTER TABLE `{$g5['config_table']}`
ADD COLUMN `cf_cert_use_seed` TINYINT(4) NOT NULL DEFAULT '0' AFTER `cf_cert_kg_mid`; ";
ADD COLUMN `cf_cert_use_seed` TINYINT(4) NOT NULL DEFAULT '1' AFTER `cf_cert_kg_mid`; ";
sql_query($sql, false);
}
if (!$config['cf_faq_skin']) {