/* Decoded by unphp.net */ if (!defined('_GNUBOARD_')) { exit; } $g5_debug['php']['begin_time'] = $begin_time = get_microtime(); $files = glob(G5_ADMIN_PATH . '/css/admin_extend_*'); if (is_array($files)) { foreach ((array) $files as $k => $css_file) { $fileinfo = pathinfo($css_file); $ext = $fileinfo['extension']; if ($ext !== 'css') { continue; } $css_file = str_replace(G5_ADMIN_PATH, G5_ADMIN_URL, $css_file); add_stylesheet('', $k); } } if($sub_menu != 100100 ){ if($cod != "00001" ){ alert('솔루션 인증키를 입력하세요.', G5_ADMIN_URL . '/config_form.php'); } } require_once G5_PATH . '/head.sub.php'; function print_menu1($key, $no = '') { global $menu; $str = print_menu2($key, $no); return $str; } function print_menu2($key, $no = '') { global $menu, $auth_menu, $is_admin, $auth, $g5, $sub_menu; $str = "
"; return $str; } $adm_menu_cookie = array( 'container' => '', 'gnb' => '', 'btn_gnb' => '', ); if (!empty($_COOKIE['g5_admin_btn_gnb'])) { $adm_menu_cookie['container'] = 'container-small'; $adm_menu_cookie['gnb'] = 'gnb_small'; $adm_menu_cookie['btn_gnb'] = 'btn_gnb_open'; } ?>