네이버 신디케이션 syndi_echo.php 오류 수정
This commit is contained in:
@ -1,12 +1,14 @@
|
||||
<?php
|
||||
include_once('./_common.php');
|
||||
|
||||
/**
|
||||
* @file syndi_echo.php
|
||||
* @author sol (ngleader@gmail.com)
|
||||
* @brief Print Syndication Data XML
|
||||
*/
|
||||
|
||||
header("Content-Type: text/html; charset=UTF-8");
|
||||
header("Pragma: no-cache");
|
||||
header('Content-Type: text/html; charset=UTF-8');
|
||||
header('Pragma: no-cache');
|
||||
|
||||
if(version_compare(PHP_VERSION, '5.3.0') >= 0)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user