Ignore:
Timestamp:
2007/08/30 13:08:08 (17 years ago)
Author:
naka
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/feature-module-zeus/data/downloads/module/mdl_zeus/zeus_credit.php

    r15451 r15456  
    7575            // Àµ¾ï¤ËÅÐÏ¿¤µ¤ì¤¿¤³¤È¤òµ­Ï¿¤·¤Æ¤ª¤¯ 
    7676            $objSiteSess->setRegistFlag(); 
    77             header("Location: " . URL_SHOP_COMPLETE); 
     77            if (GC_MobileUserAgent::isMobile()) { 
     78                header("Location: " . gfAddSessionId(URL_SHOP_COMPLETE)); 
     79            } else { 
     80                header("Location: " . URL_SHOP_COMPLETE); 
     81            } 
    7882        } else { 
    7983            // ¼ºÇÔ 
Note: See TracChangeset for help on using the changeset viewer.