한곳만 접근권한 걸려고합니다..

한곳만 접근권한 걸려고합니다..

QA

한곳만 접근권한 걸려고합니다..

답변 1

본문


저기서 레저부분에만

접근권한을 부여할려고 했는데

골프,렌터카도 접근이 걸리네요




 else if( $crow['code'] === "0401" ){
  if( IS_MOBILE ){
   require_once MOBILE_SKIN_PATH . "order/order_rentcar.php";
  }
  else{
   require_once SKIN_PATH . "order/order_rentcar.php";
  }
 }
 else if( $crow['code'] === "0403" ){
  if( IS_MOBILE ){
   require_once MOBILE_SKIN_PATH . "order/order_golf.php";
  }
  else{
   require_once SKIN_PATH . "order/order_golf.php";
  }
 }
}
else if( substr( $crow['code'], 0, 2 ) === "05" ){
 
if( $member->grade == '3'){
 msgChangeUrl( "본 서비스는 정회원은 이용하실 수 없습니다.");
   historyback;}
    
 if( IS_MOBILE ){
  require_once MOBILE_SKIN_PATH . "order/order_leisure.php";
 }
 else{
  require_once SKIN_PATH . "order/order_leisure.php";
 }
}
else{
 
}

이 질문에 댓글 쓰기 :

답변 1

답변을 작성하시기 전에 로그인 해주세요.
QA 내용 검색
질문등록
전체 129,113
© SIRSOFT
현재 페이지 제일 처음으로