접속자집계 G4 경로 수정

This commit is contained in:
chicpro
2013-01-30 09:47:31 +09:00
parent 4886714a58
commit 5e70a2f59e
2 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
<?
if (!defined('_GNUBOARD_')) exit;
include_once($g4['path'].'/lib/visit.lib.php');
include_once(G4_LIB_PATH.'/visit.lib.php');
if (empty($fr_date)) $fr_date = $g4['time_ymd'];
if (empty($to_date)) $to_date = $g4['time_ymd'];