0)? "?".$Qs:""; Header( "HTTP/1.1 301 Moved Permanently" ); // ---------------------------------------------------------- // 모바일접속 // ---------------------------------------------------------- if ( preg_match('/iPhone|Android/',$_SERVER['HTTP_USER_AGENT'])) { if($Qs){ $Qs .= "&ps_mobile=on"; }else{ $Qs .= "?ps_mobile=on"; } } Header( "Location:".$install_dir."index.php".$Qs ); exit; ?>