Changeset 15319 for branches/rel


Ignore:
Timestamp:
2007/08/21 10:15:13 (17 years ago)
Author:
adachi
Message:

#143 MYページからのログアウトが「不正なアクセス」となる不具合を修正

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/rel/html/frontparts/login_check.php

    r15314 r15319  
    5959    // ¥í¥°¥¤¥ó¾ðÊó¤Î²òÊü 
    6060    $objCustomer->EndSession(); 
    61     $mypage_url_search = strpos('.'.$_POST['url'], "mypage"); 
    6261    //¥Þ¥¤¥Ú¡¼¥¸¥í¥°¥¤¥óÃæ¤Ï¥í¥°¥¤¥ó²èÌ̤ذܹԠ
    63     if ($mypage_url_search == 2){ 
     62    if ( preg_match('/mypage/', $_POST['url']) ){ 
    6463        header("Location: /mypage/login.php"); 
    6564    }else{ 
Note: See TracChangeset for help on using the changeset viewer.