Ticket #88 (closed バグ指摘: 修正済)
mobile.incの未対応機種のリダイレクト先がNot Foundになる
Reported by: | kakinaka | Owned by: | somebody |
---|---|---|---|
Priority: | 中 | Milestone: | EC-CUBE |
Component: | フロント | Version: | 1.3系 |
Keywords: | Cc: | ||
修正済み: |
Description
mobile.incの未対応機種のリダイレクト先がNot Foundになるのでとりあえず下記のようにしました。
function lfMobileCheckCompatibility() {
if (!GC_MobileUserAgent::isSupported()) {
header('Location: ' . MOBILE_URL_DIR . 'unsupported/index.php'); exit;
}
}
Change History
Note: See
TracTickets for help on using
tickets.