id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc	modified_flg
88	mobile.incの未対応機種のリダイレクト先がNot Foundになる	kakinaka	somebody	"mobile.incの未対応機種のリダイレクト先がNot Foundになるのでとりあえず下記のようにしました。

function lfMobileCheckCompatibility() {
	if (!GC_MobileUserAgent::isSupported()) {
		header('Location: ' . MOBILE_URL_DIR . 'unsupported/index.php');
		exit;
	}
}
"	バグ指摘	closed	中	EC-CUBE	フロント	1.3系	修正済			
