mobileXE 테스트 코드 제거

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@4319 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
zero 2008-06-23 08:38:53 +00:00
parent 819f5e7709
commit a0b374aa25

View file

@ -66,7 +66,6 @@
elseif(eregi("CellPhone", $userAgent)) $browserType = "mhtml";
else $browserType = "html";
$browserType = 'mhtml';
// class 지정 (html일 경우 동작 하지 않도록 함)
if($browserType == 'html') return null;