Changeset 12835


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

Legend:

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

    r12831 r12835  
    6868        // Àµ¾ï¤Ê¿ä°Ü¤Ç¤¢¤ë¤³¤È¤òµ­Ï¿¤·¤Æ¤ª¤¯ 
    6969        $objSiteSess->setRegistFlag(); 
    70         header("Location: " . gfAddSessionId(MOBILE_URL_SHOP_TOP)); 
     70        //header("Location: " . gfAddSessionId(MOBILE_URL_SHOP_TOP)); 
     71        header("Location: " . gfAddSessionId('./index.php')); 
    7172        exit; 
    7273    } 
     
    122123    // Àµ¾ï¤Ê¿ä°Ü¤Ç¤¢¤ë¤³¤È¤òµ­Ï¿¤·¤Æ¤ª¤¯ 
    123124    $objSiteSess->setRegistFlag(); 
    124     header("Location: " . gfAddSessionId('index.php')); 
     125    header("Location: " . gfAddSessionId('./index.php')); 
    125126    exit; 
    126127    break; 
Note: See TracChangeset for help on using the changeset viewer.