diff --git a/lib/naver_syndi.lib.php b/lib/naver_syndi.lib.php index 7964c9305..f3d9ab73a 100644 --- a/lib/naver_syndi.lib.php +++ b/lib/naver_syndi.lib.php @@ -1,6 +1,20 @@ $value) { + if (!curl_setopt($ch, $option, $value)) { + return false; + } + } + return true; + } +} + + // 네이버 신디케이션에 ping url 을 curl 로 전달합니다. function naver_syndi_ping($bo_table, $wr_id) {