Changeset 19352 for branches/camp/camp-2_5-E/data/class/pages/frontparts
- Timestamp:
- 2010/11/07 01:47:11 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/camp/camp-2_5-E/data/class/pages/frontparts/LC_Page_FrontParts_LoginCheck.php
r19341 r19352 106 106 if(count($arrErr) == 0) { 107 107 if($objCustomer->getCustomerDataFromEmailPass($arrForm['login_pass'], $arrForm['login_email'], true)) { 108 $this-> sendRedirect($this->getLocation(URL_DIR, array(), false));108 $this->objDisplay->redirect($this->getLocation(URL_DIR, array(), false)); 109 109 exit; 110 110 } else { … … 122 122 } else { 123 123 // 入力エラーの場合、元のアドレスに戻す。 124 $this-> sendRedirect($this->getLocation($_POST['url'], array(), false));124 $this->objDisplay->redirect($this->getLocation($_POST['url'], array(), false)); 125 125 exit; 126 126 } … … 132 132 //マイページログイン中はログイン画面へ移行 133 133 if ($mypage_url_search == 2){ 134 $this-> sendRedirect($this->getLocation(URL_DIR . "mypage/login.php", array(), false));134 $this->objDisplay->redirect($this->getLocation(URL_DIR . "mypage/login.php", array(), false)); 135 135 }else{ 136 $this-> sendRedirect($this->getLocation(URL_DIR, array(), false));136 $this->objDisplay->redirect($this->getLocation(URL_DIR, array(), false)); 137 137 } 138 138 exit;
Note: See TracChangeset
for help on using the changeset viewer.
