if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가 $option = ''; $option_hidden = ''; if ($is_notice || $is_html || $is_secret || $is_mail) { $option = ''; if ($is_notice && !$no_id) { $option .= "\n".''."\n".''; } if ($is_html) { if ($is_dhtml_editor) { $option_hidden .= ''; } else { //$option .= "\n".''."\n".''; } } if ($is_secret) { if ($is_secret==1) { $option .= "\n".''."\n".''; } else { $option_hidden .= ''; } } if ($is_mail) { $option .= "\n".''."\n".''; } } echo $option_hidden; add_stylesheet('', 0); $clap_o=sql_fetch("select sum(cl_cnt) as sum from {$g5['clap_table']} where date_format(cl_date, '%Y-%m-%d')='".G5_TIME_YMD."' and cl_ip='{$_SERVER['REMOTE_ADDR']}'"); ?>