Ignore:
Timestamp:
2007/10/12 18:18:43 (17 years ago)
Author:
nanasess
Message:

リファクタリング

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/feature-module-update/data/class/pages/mypage/LC_Page_Mypage_Refusal.php

    r16238 r16398  
    126126 
    127127        if (isset($_POST['no'])) { 
    128             $this->sendRedirect($this->getLocation(SC_Helper_Mobile_Ex::gfAddSessionId("index.php"))); 
     128            $this->sendRedirect($this->getLocation("./index.php"), true); 
    129129            exit; 
    130130        } elseif (isset($_POST['complete'])){ 
     
    135135            $objCustomer->EndSession(); 
    136136            //完了ページへ 
    137             $this->sendRedirect($this->getLocation(SC_Helper_Mobile_Ex::gfAddSessionId("refusal_complete.php"))); 
     137            $this->sendRedirect($this->getLocation("./refusal_complete.php"), true); 
    138138            exit; 
    139139        } 
Note: See TracChangeset for help on using the changeset viewer.