Index: branches/beta/data/downloads/module/mdl_paygent/mdl_paygent.inc
===================================================================
--- branches/beta/data/downloads/module/mdl_paygent/mdl_paygent.inc	(revision 16796)
+++ branches/beta/data/downloads/module/mdl_paygent/mdl_paygent.inc	(revision 16836)
@@ -15,13 +15,12 @@
 // ¥â¥¸¥å¡¼¥ë¥Õ¥¡¥¤¥ë¤ÎÂ¸ºß¥Á¥§¥Ã¥¯
 if(!file_exists($paygent_credit_php_dir . "/" . $paygent_module_dir)) {
-	print("¥Ú¥¤¥¸¥§¥ó¥ÈÄó¶¡¥â¥¸¥å¡¼¥ë¤òÀßÃÖ¤·¤Æ¤¯¤À¤µ¤¤¡£");
-	exit;
-}
-
-// paygent¥â¥¸¥å¡¼¥ë¤ÎÆÉ¹þ
-include_once($paygent_module_dir . "entity/ResponseDataFactory.php");
-include_once($paygent_module_dir . "system/PaygentB2BModule.php");
-include_once($paygent_module_dir . "exception/PaygentB2BModuleConnectException.php");
-include_once($paygent_module_dir . "exception/PaygentB2BModuleException.php");
+	sfErrorHeader(">> ¥Ú¥¤¥¸¥§¥ó¥ÈÄó¶¡¥â¥¸¥å¡¼¥ë¤òÀßÃÖ¤·¤Æ¤¯¤À¤µ¤¤¡£");
+} else {
+	// paygent¥â¥¸¥å¡¼¥ë¤ÎÆÉ¹þ
+	include_once($paygent_module_dir . "entity/ResponseDataFactory.php");
+	include_once($paygent_module_dir . "system/PaygentB2BModule.php");
+	include_once($paygent_module_dir . "exception/PaygentB2BModuleConnectException.php");
+	include_once($paygent_module_dir . "exception/PaygentB2BModuleException.php");
+}
 
 // ¥Ú¥¤¥¸¥§¥ó¥È·èºÑ¤Î¥â¥¸¥å¡¼¥ëID¡Êdtb_module¤È¹ç¤ï¤»¤ë¡Ë
