diff --git a/helper/pgkcp.lnk.php b/helper/pgkcp.lnk.php new file mode 100644 index 0000000..6da9fb8 --- /dev/null +++ b/helper/pgkcp.lnk.php @@ -0,0 +1,18 @@ + + * @brief KCP PG(Payment Gateway) Helper + */ + +if(!defined("_DEF_RSF_")) set_error_exit("do not allow access"); + +// include configuration file +$inc_file = get_current_working_dir() . "/vendor/pgkcp/cfg/site_conf_inc.php"; +if(file_exists($inc_file)) { + include($inc_file); +} else { + set_error("PGKCP Configuration File does not exists."); + show_errors(); +}