Ignore:
Timestamp:
2007/08/06 19:10:45 (16 years ago)
Author:
naka
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/feature-module-paygent/data/downloads/module/mdl_paygent/paygent_bank.php

    r15207 r15221  
    7272         
    7373        // À®¸ù 
    74         if($arrRet['redirect_html'] != "") { 
     74        if($arrRet['asp_url'] != "") { 
    7575            // Àµ¾ï¤ËÅÐÏ¿¤µ¤ì¤¿¤³¤È¤òµ­Ï¿¤·¤Æ¤ª¤¯ 
    7676            $objSiteSess->setRegistFlag(); 
    77             $objPage->tpl_mainpage = MODULE_PATH . 'mdl_paygent/paygent_bank_redirect.tpl'; 
    78             $objPage->tpl_bank = $arrNetBank[$arrInput['bank_code']]; 
    79             $objPage->tpl_form = mb_convert_encoding($arrRet['redirect_html'], CHAR_CODE, "Shift-JIS"); 
     77            header("Location: " . $arrRet['asp_url']); 
    8078        } else { 
    8179            // ¼ºÇÔ 
Note: See TracChangeset for help on using the changeset viewer.