Changeset 12836


Ignore:
Timestamp:
2007/05/15 19:51:25 (17 years ago)
Author:
nakanishi
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/dev/html/mobile/nonmember/payment.php

    r12835 r12836  
    6969        $objSiteSess->setRegistFlag(); 
    7070        //header("Location: " . gfAddSessionId(MOBILE_URL_SHOP_TOP)); 
    71         header("Location: " . gfAddSessionId('./index.php')); 
     71        header("Location: " . gfAddSessionId('nonmember/index.php')); 
    7272        exit; 
    7373    } 
     
    123123    // Àµ¾ï¤Ê¿ä°Ü¤Ç¤¢¤ë¤³¤È¤òµ­Ï¿¤·¤Æ¤ª¤¯ 
    124124    $objSiteSess->setRegistFlag(); 
    125     header("Location: " . gfAddSessionId('./index.php')); 
     125    header("Location: " . gfAddSessionId('nonmember/index.php')); 
    126126    exit; 
    127127    break; 
Note: See TracChangeset for help on using the changeset viewer.