그누보드 5.0.25 보안패치 및 수정내역 적용

This commit is contained in:
chicpro
2014-12-17 10:14:29 +09:00
parent 244b8ae819
commit 87adbf0f8d
5 changed files with 7 additions and 7 deletions

View File

@ -266,7 +266,6 @@ $_SESSION['ss_is_mobile'] = $is_mobile;
define('G5_IS_MOBILE', $is_mobile);
define('G5_DEVICE_BUTTON_DISPLAY', $set_device);
if (G5_IS_MOBILE) {
include_once(G5_LIB_PATH.'/mobile.lib.php'); // 모바일 전용 라이브러리
$g5['mobile_path'] = G5_PATH.'/'.$g5['mobile_dir'];
}
//==============================================================================