Browscap 관련 코드 수정

This commit is contained in:
chicpro
2015-11-12 16:49:32 +09:00
parent 37e45d81be
commit 80d72627b0
12 changed files with 206 additions and 40 deletions

View File

@ -7,6 +7,9 @@ include_once('./_common.php');
// clean the output buffer
ob_end_clean();
if(!(version_compare(phpversion(), '5.3.0', '>=') && defined('G5_BROWSCAP_USE') && G5_BROWSCAP_USE))
die('사용할 수 없는 기능입니다.');
if ($is_admin != 'super')
die('최고관리자만 접근 가능합니다.');