mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-02 01:52:10 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@4320 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
a0b374aa25
commit
1cb113afc3
1 changed files with 1 additions and 1 deletions
|
|
@ -62,6 +62,7 @@
|
|||
$wap_sid = $_SERVER['HTTP_X_UP_SUBNO'];
|
||||
|
||||
if(eregi("SKT11", $userAgent)) $browserType = "wml";
|
||||
elseif(eregi("skt", $browserAccept)) $browserType = "wml";
|
||||
elseif(eregi("hdml", $browserAccept)) $browserType = "hdml";
|
||||
elseif(eregi("CellPhone", $userAgent)) $browserType = "mhtml";
|
||||
else $browserType = "html";
|
||||
|
|
@ -222,7 +223,6 @@
|
|||
|
||||
$content = ob_get_clean();
|
||||
|
||||
debugPrint($content);
|
||||
// 변환 후 출력
|
||||
if(strtolower($this->charset) == 'utf-8') print $content;
|
||||
else print iconv('UTF-8',$this->charset, $content);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue