#110 에 따른 $is_admin global 변수로 지정

This commit is contained in:
chicpro
2013-05-02 09:18:01 +09:00
parent f474b14643
commit 379b0b9337
2 changed files with 1 additions and 3 deletions

View File

@ -4,7 +4,7 @@ if (!defined('_GNUBOARD_')) exit;
// 방문자수 출력
function visit($skin_dir='basic')
{
global $config, $g4;
global $config, $g4, $is_admin;
// visit 배열변수에
// $visit[1] = 오늘

View File

@ -1,7 +1,5 @@
<?php
if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가
global $is_admin;
?>
<link rel="stylesheet" href="<?php echo $visit_skin_url ?>/style.css">