- 2025/04/14 2025春の衣替えキャンペーンとHP閉鎖のお知らせ
- 2025/03/03 【2025年・春】衣替えの季節がやってきました!
- 2023/12/16 2023年 年末年始のおしらせ
- 2023/02/11 2023年2月のお知らせ
- 2020/06/30 2020年7月のお知らせ
//------------------------------- // 基本設定 //------------------------------- if ( ! defined ( ROOT_DIR ) ) { define("ROOT_DIR", "./"); } include_once (ROOT_DIR."inc/fnc.php"); $mode = $_REQUEST['mode']; if ( $mode == "" ) { // Cookie check.. $mode = $_COOKIE['spmode']; } if ( ( $mode != "pc" ) && ( is_smartphone ( $_SERVER['HTTP_USER_AGENT'] ) ) ) { header( "HTTP/1.1 301 Moved Permanently" ); header( "Location: http://cleaning-asano.com/sp/" ); } elseif ( $mode == "pc" ) { setcookie ( "spmode", "pc", 0 ); }
