Changeset 15221 for branches/feature-module-paygent/data/downloads/module/mdl_paygent/paygent_bank.php
- Timestamp:
- 2007/08/06 19:10:45 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/feature-module-paygent/data/downloads/module/mdl_paygent/paygent_bank.php
r15207 r15221 72 72 73 73 // À®¸ù 74 if($arrRet[' redirect_html'] != "") {74 if($arrRet['asp_url'] != "") { 75 75 // Àµ¾ï¤ËÅÐÏ¿¤µ¤ì¤¿¤³¤È¤òµÏ¿¤·¤Æ¤ª¤¯ 76 76 $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']); 80 78 } else { 81 79 // ¼ºÇÔ
Note: See TracChangeset
for help on using the changeset viewer.