Changeset 16056


Ignore:
Timestamp:
2007/09/26 21:00:50 (17 years ago)
Author:
nanasess
Message:

mypage のパスを修正

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/feature-module-update/data/class/pages/frontparts/LC_Page_FrontParts_LoginCheck.php

    r16055 r16056  
    9393            //マイページログイン中はログイン画面へ移行 
    9494            if ($mypage_url_search == 2){ 
    95                 $this->sendRedirect($this->getLocation("/mypage/login.php")); 
     95                $this->sendRedirect($this->getLocation(URL_DIR . "mypage/login.php")); 
    9696            }else{ 
    9797                $this->sendRedirect($this->getLocation($_POST['url'])); 
Note: See TracChangeset for help on using the changeset viewer.