Ignore:
Timestamp:
2010/03/11 10:35:11 (14 years ago)
Author:
kajiwara
Message:

正式版にナイトリービルド版をマージしてみるテスト

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tmp/version-2_5-test/data/class/pages/mypage/LC_Page_Mypage_LoginCheck.php

    r18007 r18609  
    9090 
    9191            if($objCustomer->getCustomerDataFromEmailPass($arrForm['mypage_login_pass'], $arrForm['mypage_login_email'], true)) { 
    92                 $this->sendRedirect($this->getLocation("./index.php")); 
     92                $this->sendRedirect($this->getLocation(DIR_INDEX_URL)); 
    9393                exit; 
    9494            } else { 
Note: See TracChangeset for help on using the changeset viewer.