PDO::ERRMODE_EXCEPTION, ]); // ✅ EG-BIM (product_code=8) 기준 최신 external_version 가져오기 $stmt = $pdo->prepare(" SELECT external_version FROM deploy_versions WHERE product_code = 1 ORDER BY updated_at DESC LIMIT 1 "); $stmt->execute(); $version = $stmt->fetchColumn() ?: '1.0.0'; // fallback // ✅ 다운로드 URL 자동 생성 $download_url = "https://release-download.hmac.kr/eg-bim/{$version}/setup_eg-bim_{$version}.exe"; ?>
Comment (= count($comments) ?>)
Log in to add a comment.