g4s 13-04-26일자 코드 반영

This commit is contained in:
chicpro
2013-04-26 10:54:44 +09:00
parent 091092b46a
commit 478605e149
286 changed files with 4409 additions and 3599 deletions

View File

@ -1,4 +1,4 @@
<?PHP
<?php
// 타임존
$GLOBALS['syndi_time_zone'] = '+09:00';
@ -15,5 +15,5 @@ $GLOBALS['syndi_tag_year'] = '2010';
$GLOBALS['syndi_homepage_title'] = $config['cf_title'];
// Syndication 출력 url (syndi_echo.php의 웹경로)
$GLOBALS['syndi_echo_url'] = G4_BBS_URL.'/syndi/syndi_echo.php';
$GLOBALS['syndi_echo_url'] = G4_SYNDI_URL.'/syndi_echo.php';
?>