From bb09665916ee7f89f1aef6b380e21ad20468fc85 Mon Sep 17 00:00:00 2001 From: "Namhyeon, Go" Date: Sun, 13 Oct 2019 00:42:09 +0900 Subject: [PATCH] Update pgkcp.lnk.php --- helper/pgkcp.lnk.php | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/helper/pgkcp.lnk.php b/helper/pgkcp.lnk.php index fdcf6da..664a320 100644 --- a/helper/pgkcp.lnk.php +++ b/helper/pgkcp.lnk.php @@ -10,6 +10,7 @@ if(!defined("_DEF_RSF_")) set_error_exit("do not allow access"); loadHelper("json.format"); +loadHelper("webpagetool"); if(!check_function_exists("get_pgkcp_config")) { function get_pgkcp_dir() { @@ -100,3 +101,12 @@ if(!check_function_exists("load_pgkcp_library")) { } } } + +if(!check_function_exists("install_pgkcp")) { + function install_pgkcp() { + $response = get_web_page("https://admin8.kcp.co.kr/assist/download/sampleDownload", "get", array( + "type1" => "FM01", + "type2" => "FS04" + )); + } +}