Changeset 16836
- Timestamp:
- 2007/11/28 18:56:51 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/beta/data/downloads/module/mdl_paygent/mdl_paygent.inc
r16796 r16836 15 15 // ¥â¥¸¥å¡¼¥ë¥Õ¥¡¥¤¥ë¤Î¸ºß¥Á¥§¥Ã¥¯ 16 16 if(!file_exists($paygent_credit_php_dir . "/" . $paygent_module_dir)) { 17 print("¥Ú¥¤¥¸¥§¥ó¥ÈÄ󶡥⥸¥å¡¼¥ë¤òÀßÃÖ¤·¤Æ¤¯¤À¤µ¤¤¡£"); 18 exit; 19 } 20 21 // paygent¥â¥¸¥å¡¼¥ë¤ÎÆÉ¹þ 22 include_once($paygent_module_dir . "entity/ResponseDataFactory.php"); 23 include_once($paygent_module_dir . "system/PaygentB2BModule.php"); 24 include_once($paygent_module_dir . "exception/PaygentB2BModuleConnectException.php"); 25 include_once($paygent_module_dir . "exception/PaygentB2BModuleException.php"); 17 sfErrorHeader(">> ¥Ú¥¤¥¸¥§¥ó¥ÈÄ󶡥⥸¥å¡¼¥ë¤òÀßÃÖ¤·¤Æ¤¯¤À¤µ¤¤¡£"); 18 } else { 19 // paygent¥â¥¸¥å¡¼¥ë¤ÎÆÉ¹þ 20 include_once($paygent_module_dir . "entity/ResponseDataFactory.php"); 21 include_once($paygent_module_dir . "system/PaygentB2BModule.php"); 22 include_once($paygent_module_dir . "exception/PaygentB2BModuleConnectException.php"); 23 include_once($paygent_module_dir . "exception/PaygentB2BModuleException.php"); 24 } 26 25 27 26 // ¥Ú¥¤¥¸¥§¥ó¥È·èºÑ¤Î¥â¥¸¥å¡¼¥ëID¡Êdtb_module¤È¹ç¤ï¤»¤ë¡Ë
Note: See TracChangeset
for help on using the changeset viewer.