접속자집계 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'];

View File

@ -1,5 +1,5 @@
<?
if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가
if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가
global $is_admin;
?>
@ -17,6 +17,6 @@ global $is_admin;
<dt>전체</dt>
<dd><?=number_format($visit[4])?></dd>
</dl>
<? if ($is_admin == "super") { ?><a href="<?=$g4['admin_path']?>/visit_list.php">상세보기</a><?}?>
<? if ($is_admin == "super") { ?><a href="<?=G4_ADMIN_URL?>/visit_list.php">상세보기</a><?}?>
</div>
</section>