/* ファイルインポート ---------------------------------------------------------------------------------------------------- */ $ROOT_PATH = "../"; require_once($ROOT_PATH."_common/global/session.php"); /* 実行処理 ---------------------------------------------------------------------------------------------------- */ // ログイン状態をチェック if (empty($_SESSION['members']['userid'])) { header("Location:../index.html"); exit; } ?>