접속자 Browscap 적용 기능 개선

This commit is contained in:
chicpro
2015-11-13 11:23:14 +09:00
parent aebfc70b10
commit 158d9040d2
14 changed files with 209 additions and 42 deletions

View File

@ -2,6 +2,9 @@
$sub_menu = "100510";
include_once('./_common.php');
if(!(version_compare(phpversion(), '5.3.0', '>=') && defined('G5_BROWSCAP_USE') && G5_BROWSCAP_USE))
alert('사용할 수 없는 기능입니다.', G5_ADMIN_URL);
if ($is_admin != 'super')
alert('최고관리자만 접근 가능합니다.');