메일보내기 발신자 위장 방지 및 암호화 키의 안전성 취약점 수정

This commit is contained in:
thisgun
2026-01-30 05:00:43 +00:00
parent d775d2255f
commit 7c490448ec
3 changed files with 16 additions and 4 deletions

View File

@ -158,7 +158,7 @@ if ($g5_install || $is_install === false) {
cf_theme = 'basic',
cf_admin = '$admin_id',
cf_admin_email = '$admin_email',
cf_admin_email_name = '".G5_VERSION."',
cf_admin_email_name = '".G5_VERSION.'_'.substr(base_convert(mt_rand(), 10, 36), 0, 6)."',
cf_use_point = '1',
cf_use_copy_log = '1',
cf_login_point = '100',