$value){ if($value){ $$k = strip_tags($value); } } foreach($_POST as $k => $value){ if($value){ $$k = strip_tags($value); } } // バージョン:1.3 更新日:v1.3 2008/10/01 求人サイトオープンにより旧アドレス(file=help)アクセスをリダイレクト 更新者:石井 ↓ if($file == "help"){ header("HTTP/1.1 301 Moved Permanently"); header("Location: http://job.cake-cake.net/"); exit(); } // バージョン:1.3 更新日:v1.3 2008/10/01 求人サイトオープンにより旧アドレス(file=help)アクセスをリダイレクト 更新者:石井 ↑ // ニナ基本情報読み込み include('/home/ninacake/cake-cake.net/lib/conf.php'); // --------------------------------------------------------------------------------- // コンテンツエリア // --------------------------------------------------------------------------------- // TOPページ ------------------------------------- if($index){ header("HTTP/1.1 301 Moved Permanently"); header("Location: ".URL_HTTP); exit(); // 各店ページ -------------------------------------- }elseif($shop){ if($cont == "lineup"){ // アイテム一覧 header("HTTP/1.1 301 Moved Permanently"); header("Location: ".URL_HTTP."new_cake/lineup.html?shop=$shop"); exit(); }elseif($cont == "map"){ // 地図 header("HTTP/1.1 301 Moved Permanently"); header("Location: ".URL_HTTP."new_cake/map.html?shop=$shop"); exit(); }elseif($cont == "cake"){ // アイテム詳細ページ header("HTTP/1.1 301 Moved Permanently"); header("Location: ".URL_HTTP."new_cake/cake.html?shop=$shop&item_key=$item_key"); exit(); }elseif($cont == "online"){ // 通信販売について header("HTTP/1.1 301 Moved Permanently"); header("Location: ".URL_HTTP."new_cake/online.html?shop=$shop"); exit(); }elseif($cont == "help"){ // 求人 header("HTTP/1.1 301 Moved Permanently"); header("Location: ".URL_HTTP."new_cake/help.html?shop=$shop"); exit(); }elseif($cont == "profile"){ // シェフプロフィール header("HTTP/1.1 301 Moved Permanently"); header("Location: ".URL_HTTP."new_cake/profile.html?shop=$shop"); exit(); }else{ // ショップトップ header("HTTP/1.1 301 Moved Permanently"); header("Location: ".URL_HTTP."new_cake/shop_top.html?shop=$shop"); exit(); } // ケーキピックアップ一覧 --------------------------- }elseif($cont == "pickup"){ header("HTTP/1.1 301 Moved Permanently"); header("Location: ".URL_HTTP."home/pickuplist.php"); exit(); // 検索 }elseif($cont == "result"){ header("HTTP/1.1 301 Moved Permanently"); header("Location: ".URL_HTTP."home/result.php?cmd=$cmd&search_type=$search_type&key=$key&rank=$rank&menu=$menu"); exit(); // わくわく探検ツアー(ユーザ用) }elseif($cont == "map"){ if($event){ header("HTTP/1.1 301 Moved Permanently"); header("Location: ".URL_HTTP."cake/map.php"); exit(); }elseif($result){ header("HTTP/1.1 301 Moved Permanently"); header("Location: ".URL_HTTP."cake/backnum.php"); exit(); }else{ ?>
ファイルが見つかりません。