diff --git a/CDN_HOWTO.md b/CDN_HOWTO.md index 33285cc..b3c0347 100644 --- a/CDN_HOWTO.md +++ b/CDN_HOWTO.md @@ -67,4 +67,4 @@ ReasonableFramework v1.6.2 기준 https://github.com/gnh1201/reasonableframework - 정적 파일 호스팅을 지원하는 서비스의 경우, `base_cdn_url`의 주소만 바꾸어주면 동일한 방법으로 사용이 가능하다. ## 문의사항 - - support@exts.kr + - abuse@catswords.net diff --git a/KOREAN.MD b/KOREAN.MD index 7f68605..ead391c 100644 --- a/KOREAN.MD +++ b/KOREAN.MD @@ -44,7 +44,7 @@ https://github.com/gnh1201/reasonableframework * Website: https://exts.kr/go/home -* E-mail: support@exts.kr +* E-mail: abuse@catswords.net ## 저작권 diff --git a/README.md b/README.md index e1b9ff1..a8dfd74 100644 --- a/README.md +++ b/README.md @@ -105,6 +105,4 @@ $ php cli.php --route :route --session-id :session_id - This project receiving a realtime reports that bugs and security issues in the [official chatting room](https://catswords.re.kr/go/kakaotalk). ## Contact us -- gnh1201@gmail.com -- support@exts.kr -- catswords@protonmail.com (if you require confidential) +- abuse@catswords.net diff --git a/cli.php b/cli.php index 4adff7e..222bbb9 100644 --- a/cli.php +++ b/cli.php @@ -4,7 +4,7 @@ * @file cli.php * @created_on 2018-07-22 * @created_on 2020-04-20 - * @author Go Namhyeon + * @author Go Namhyeon * @brief ReasonableFramework CLI mode * @cvs http://github.com/gnh1201/reasonableframework */ diff --git a/composer.json b/composer.json index 076bbb4..85d235e 100644 --- a/composer.json +++ b/composer.json @@ -5,7 +5,7 @@ "authors": [ { "name": "Go Namhyeon", - "email": "gnh1201@gmail.com" + "email": "abuse@catswords.net" } ], "require": { diff --git a/helper/api.whois.kr.php b/helper/api.whois.kr.php index e738da1..d777de4 100644 --- a/helper/api.whois.kr.php +++ b/helper/api.whois.kr.php @@ -2,7 +2,7 @@ /** * @file api.whois.kr.php * @date 2019-05-26 - * @author Go Namhyeon + * @author Go Namhyeon * @brief KISA Whois/Domain/IP/AS Query Helper (https://whois.kr) */ diff --git a/helper/catsplit.format.php b/helper/catsplit.format.php index 60d77e7..7c94455 100644 --- a/helper/catsplit.format.php +++ b/helper/catsplit.format.php @@ -2,7 +2,7 @@ /** * @file catsplit.format.php * @date 2019-05-28 - * @author Go Namhyeon + * @author Go Namhyeon * @brief Catsplit format encoder * @documentation https://github.com/gnh1201/catsplit-format */ diff --git a/helper/colona.v1.format.php b/helper/colona.v1.format.php index f089a97..9332d10 100644 --- a/helper/colona.v1.format.php +++ b/helper/colona.v1.format.php @@ -1,5 +1,5 @@ +// Go Namhyeon // 2019-09-25 if(!is_fn("decode_colona_format")) { diff --git a/helper/compress.zip.php b/helper/compress.zip.php index a555fcf..09f5cc8 100644 --- a/helper/compress.zip.php +++ b/helper/compress.zip.php @@ -1,6 +1,6 @@ +// @author Go Namhyeon if(!is_fn("unzip")) { function unzip($src, $dst, $options=array()) { diff --git a/helper/country.kr.php b/helper/country.kr.php index bbe915e..c6ab625 100644 --- a/helper/country.kr.php +++ b/helper/country.kr.php @@ -2,7 +2,7 @@ /** * @file country.kr.php * @date 2018-04-15 - * @author Go Namhyeon + * @author Go Namhyeon * @brief Country Helper (Korean) */ diff --git a/helper/database.alt.php b/helper/database.alt.php index c6db058..a6f9b3c 100644 --- a/helper/database.alt.php +++ b/helper/database.alt.php @@ -2,7 +2,7 @@ /** * @file database.alt.php * @date 2018-09-10 - * @author Go Namhyeon + * @author Go Namhyeon * @brief Database alternative driver switcher */ diff --git a/helper/database.mysql.cmd.php b/helper/database.mysql.cmd.php index cd3f6ca..03fc2ff 100644 --- a/helper/database.mysql.cmd.php +++ b/helper/database.mysql.cmd.php @@ -2,7 +2,7 @@ /** * @file database.mysql.cmd.php * @date 2019-04-06 - * @auther Go Namhyeon + * @auther Go Namhyeon * @brief MySQL(MariaDB) command line driver */ diff --git a/helper/database.mysql.imp.php b/helper/database.mysql.imp.php index 6b95357..d551491 100644 --- a/helper/database.mysql.imp.php +++ b/helper/database.mysql.imp.php @@ -2,7 +2,7 @@ /** * @file database.mysql.imp.php * @date 2018-09-10 - * @author Go Namhyeon + * @author Go Namhyeon * @brief MySQLi database helper */ diff --git a/helper/database.mysql.old.php b/helper/database.mysql.old.php index 017776c..4bc2105 100644 --- a/helper/database.mysql.old.php +++ b/helper/database.mysql.old.php @@ -2,7 +2,7 @@ /** * @file database.mysql.old.php * @date 2018-09-14 - * @author Go Namhyeon + * @author Go Namhyeon * @brief MySQL-old (lower than 5.4) database helper */ diff --git a/helper/database.oracle.php b/helper/database.oracle.php index 6ba0238..60e1060 100644 --- a/helper/database.oracle.php +++ b/helper/database.oracle.php @@ -2,7 +2,7 @@ /** * @file oracle.php * @date 2018-03-27 - * @author Go Namhyeon + * @author Go Namhyeon * @brief Oracle database helper for ReasonableFramework */ diff --git a/helper/exectool.php b/helper/exectool.php index 9c33be0..ac93eca 100644 --- a/helper/exectool.php +++ b/helper/exectool.php @@ -3,7 +3,7 @@ * @file exectool.php * @created_on 2018-07-22 * @updated_on 2020-07-10 - * @author Go Namhyeon + * @author Go Namhyeon * @forked from https://github.com/scipag/PHPUtilities * @brief ExecTool helper */ diff --git a/helper/gnuboard.dbt.php b/helper/gnuboard.dbt.php index 8dfcac0..77671f5 100644 --- a/helper/gnuboard.dbt.php +++ b/helper/gnuboard.dbt.php @@ -2,7 +2,7 @@ /** * @file gnuboard.php * @date 2018-05-27 - * @author Go Namhyeon + * @author Go Namhyeon * @brief Database Helper for Gnuboard 4, Gnuboard 5 */ diff --git a/helper/hiddentool.php b/helper/hiddentool.php index 21f7876..71e1e67 100644 --- a/helper/hiddentool.php +++ b/helper/hiddentool.php @@ -3,7 +3,7 @@ * @file hiddentool.php * @created_on 2021-05-24 * @updated_on 2022-09-13 - * @author Go Namhyeon + * @author Go Namhyeon * @brief Tools for Hidden Services (e.g. Tor, I2P, etc...) */ diff --git a/helper/hybridauth.dbt.php b/helper/hybridauth.dbt.php index 007e24b..3a1b39e 100644 --- a/helper/hybridauth.dbt.php +++ b/helper/hybridauth.dbt.php @@ -2,7 +2,7 @@ /** * @file hybridauth.dbt.php * @date 2018-04-15 - * @author Go Namhyeon + * @author Go Namhyeon * @brief HybridAuth DB Helper */ diff --git a/helper/hybridauth.lnk.php b/helper/hybridauth.lnk.php index 65f2636..ea3eb5b 100644 --- a/helper/hybridauth.lnk.php +++ b/helper/hybridauth.lnk.php @@ -2,7 +2,7 @@ /** * @file hybridauth.lnk.php * @date 2018-09-26 - * @author Go Namhyeon + * @author Go Namhyeon * @brief HybridAuth library RSF Linker ***/ diff --git a/helper/isemail.lnk.php b/helper/isemail.lnk.php index d182153..94a5ba0 100644 --- a/helper/isemail.lnk.php +++ b/helper/isemail.lnk.php @@ -2,7 +2,7 @@ /** * @file isemail.lnk.php * @date 2018-03-02 - * @author Go Namhyeon + * @author Go Namhyeon * @brief IsEmail library linker */ diff --git a/helper/jCryption.lnk.php b/helper/jCryption.lnk.php index 41ee3e8..197ef65 100644 --- a/helper/jCryption.lnk.php +++ b/helper/jCryption.lnk.php @@ -2,7 +2,7 @@ /** * @file jCryption.lnk.php * @date 2018-09-30 - * @author Go Namhyeon + * @author Go Namhyeon * @brief jCryption (alternative HTTPS on javascript) Helper */ diff --git a/helper/json.format.php b/helper/json.format.php index 504c9c4..4ebb766 100644 --- a/helper/json.format.php +++ b/helper/json.format.php @@ -1,7 +1,7 @@ +// @author Go Namhyeon if(!is_fn("json_decode_ex")) { function json_decode_ex($data, $options=array()) { diff --git a/helper/kimsboard7.dbt.php b/helper/kimsboard7.dbt.php index ecc762e..60f5707 100644 --- a/helper/kimsboard7.dbt.php +++ b/helper/kimsboard7.dbt.php @@ -2,7 +2,7 @@ /** * @file kimsboard7.dbt.php * @date 2018-08-20 - * @author Go Namhyeon + * @author Go Namhyeon * @brief Database Helper for Kimsboard 7 (experimental) */ diff --git a/helper/lguplus.api.php b/helper/lguplus.api.php index 004eecc..b7b888c 100644 --- a/helper/lguplus.api.php +++ b/helper/lguplus.api.php @@ -2,7 +2,7 @@ /** * @file lguplus.api.php * @date 2019-10-07 - * @author Go Namhyeon + * @author Go Namhyeon * @brief `LGU+`or `LGUPlus` is trandmark of LGUPlus Co. Ltd. */ diff --git a/helper/lguplus.install.php b/helper/lguplus.install.php index eb39fd7..bafbc02 100644 --- a/helper/lguplus.install.php +++ b/helper/lguplus.install.php @@ -2,7 +2,7 @@ /** * @file lguplus.install.php * @date 2019-10-13 - * @author Go Namhyeon + * @author Go Namhyeon * @brief `LGU+`or `LGUPlus` is trandmark of LGUPlus Co. Ltd. */ diff --git a/helper/mailgun.api.php b/helper/mailgun.api.php index e7ee0d7..9f76621 100644 --- a/helper/mailgun.api.php +++ b/helper/mailgun.api.php @@ -2,7 +2,7 @@ /** * @file mailgun.api.php * @date 2019-04-12 - * @author Go Namhyeon + * @author Go Namhyeon * @brief Mailgun REST API interface module * @documentation https://documentation.mailgun.com/en/latest/api-sending.html */ diff --git a/helper/metaparser.lnk.php b/helper/metaparser.lnk.php index 167a7c0..4f5eee3 100644 --- a/helper/metaparser.lnk.php +++ b/helper/metaparser.lnk.php @@ -2,7 +2,7 @@ /** * @file metaparser.lnk.php * @date 2018-03-21 - * @author Go Namhyeon + * @author Go Namhyeon * @brief PHP-Metaparser library linker */ diff --git a/helper/mobiletool.php b/helper/mobiletool.php index be8d1bd..ac83ed5 100644 --- a/helper/mobiletool.php +++ b/helper/mobiletool.php @@ -2,7 +2,7 @@ /** * @file mobiletool.php * @date 2019-04-29 - * @author Go Namhyeon + * @author Go Namhyeon * @brief Mobile Tool * @documentation https://www.w3.org/Mobile/training/device-detection/mobile_detector.txt */ diff --git a/helper/networktool.php b/helper/networktool.php index 18212e2..77f8239 100644 --- a/helper/networktool.php +++ b/helper/networktool.php @@ -3,7 +3,7 @@ * @file networktool.php * @created_on 2018-04-11 * @updated_on 2022-09-16 - * @author Go Namhyeon + * @author Go Namhyeon * @brief Network tool helper */ diff --git a/helper/obfuscator.php b/helper/obfuscator.php index 05a81e9..7797979 100644 --- a/helper/obfuscator.php +++ b/helper/obfuscator.php @@ -2,7 +2,7 @@ /** * @file obfuscator.php * @date 2018-10-21 - * @author Go Namhyeon + * @author Go Namhyeon * @brief PHP Obfuscator for ReasonableFramework */ diff --git a/helper/paginate.php b/helper/paginate.php index 48afc2f..a901e62 100644 --- a/helper/paginate.php +++ b/helper/paginate.php @@ -2,7 +2,7 @@ /** * @file pagenate.php * @date 2018-01-01 - * @author Go Namhyeon + * @author Go Namhyeon * @brief Page navigation helper */ diff --git a/helper/perftool.php b/helper/perftool.php index 03f7554..c885eaf 100644 --- a/helper/perftool.php +++ b/helper/perftool.php @@ -3,7 +3,7 @@ * @file perftool.php * @created_on 2020-02-19 * @updated_on 2020-02-24 - * @author Go Namhyeon + * @author Go Namhyeon * @brief PerfTool helper */ diff --git a/helper/pgkcp.install.php b/helper/pgkcp.install.php index 52cf419..12f05d1 100644 --- a/helper/pgkcp.install.php +++ b/helper/pgkcp.install.php @@ -2,7 +2,7 @@ /** * @file pgkcp.install.php * @date 2019-10-13 - * @author Go Namhyeon + * @author Go Namhyeon * @brief KCP PG(Payment Gateway) Auto-Install Tool */ diff --git a/helper/pgkcp.lnk.php b/helper/pgkcp.lnk.php index b996cf6..183f8e0 100644 --- a/helper/pgkcp.lnk.php +++ b/helper/pgkcp.lnk.php @@ -3,7 +3,7 @@ * @file pgkcp.lnk.php * @created_on 2018-08-25 * @updated_on 2020-01-13 - * @author Go Namhyeon + * @author Go Namhyeon * @brief KCP PG(Payment Gateway) Helper */ diff --git a/helper/rfc3164.proto.php b/helper/rfc3164.proto.php index a9233f9..db47fa8 100644 --- a/helper/rfc3164.proto.php +++ b/helper/rfc3164.proto.php @@ -1,7 +1,7 @@ (Modified) + * @author Go Namhyeon (Modified) * @author Troy Davis (@tory) - https://gist.github.com/troy/2220679 (Original) * @brief Helper for RFC3164(The BSD Syslog Protocol) - https://tools.ietf.org/html/rfc3164 * @created_on 2018-03-02 diff --git a/helper/socialtool.php b/helper/socialtool.php index 84ca78d..168d76f 100644 --- a/helper/socialtool.php +++ b/helper/socialtool.php @@ -2,7 +2,7 @@ /** * @file socialtools.php * @date 2018-09-27 - * @author Go Namhyeon + * @author Go Namhyeon * @brief SocialTools (refactoring from SocioRouter) */ diff --git a/helper/spreadsheet-reader.lnk.php b/helper/spreadsheet-reader.lnk.php index b343a64..d980965 100644 --- a/helper/spreadsheet-reader.lnk.php +++ b/helper/spreadsheet-reader.lnk.php @@ -2,7 +2,7 @@ /** * @file spreadsheet-reader.lnk.php * @date 2018-09-20 - * @author Go Namhyeon + * @author Go Namhyeon * @brief Excel file parser ***/ diff --git a/helper/staticgen.php b/helper/staticgen.php index 418b250..6b27d7b 100644 --- a/helper/staticgen.php +++ b/helper/staticgen.php @@ -1,7 +1,7 @@ /** * @file staticgen.php * @date 2018-07-22 - * @auther Go Namhyeon + * @auther Go Namhyeon * @brief Static Web Generation Tool for ResaonableFramework */ diff --git a/helper/string.utils.php b/helper/string.utils.php index 1c1088a..7c66ada 100644 --- a/helper/string.utils.php +++ b/helper/string.utils.php @@ -3,7 +3,7 @@ * @file string.utils.php * @created_on 2018-05-27 * @updated_on 2020-02-21 - * @author Go Namhyeon + * @author Go Namhyeon * @brief String utility helper */ diff --git a/helper/tablewiz.php b/helper/tablewiz.php index 14ab976..4128da1 100644 --- a/helper/tablewiz.php +++ b/helper/tablewiz.php @@ -2,7 +2,7 @@ /** * @file tablewiz.php * @date 2018-02-26 - * @author Go Namhyeon + * @author Go Namhyeon * @brief TableWiz helper */ diff --git a/helper/timetool.php b/helper/timetool.php index a9fcb2e..3a0731a 100644 --- a/helper/timetool.php +++ b/helper/timetool.php @@ -2,7 +2,7 @@ /** * @file timetool.php * @date 2018-09-26 - * @author Go Namhyeon + * @author Go Namhyeon * @brief Time tools */ diff --git a/helper/twilio.api.php b/helper/twilio.api.php index 06001d6..ec1b88f 100644 --- a/helper/twilio.api.php +++ b/helper/twilio.api.php @@ -2,7 +2,7 @@ /** * @file twilio.api.php * @date 2019-04-08 - * @author Go Namhyeon + * @author Go Namhyeon * @brief Twilio REST API interface module * @documentation https://www.twilio.com/docs/sms/send-messages */ diff --git a/helper/vworld.php b/helper/vworld.php index c0b163c..cafaa6b 100644 --- a/helper/vworld.php +++ b/helper/vworld.php @@ -2,7 +2,7 @@ /** * @file vworld.php * @date 2018-01-11 - * @author Go Namhyeon + * @author Go Namhyeon * @brief Geo Helper based on vWorld (vworld.kr, molit.go.kr) */ diff --git a/helper/webhooktool.php b/helper/webhooktool.php index 6491a71..ef9a5f7 100644 --- a/helper/webhooktool.php +++ b/helper/webhooktool.php @@ -2,7 +2,7 @@ /** * @file webhooktool.php * @date 2019-05-04 - * @author Go Namhyeon + * @author Go Namhyeon * @brief WebhookTools * @trademark * * `NateOn` is trademark of SK Communications Co Ltd., SK Planet Co Ltd., or other SK businesses. diff --git a/helper/webpagetool.php b/helper/webpagetool.php index 8476704..a4119d3 100644 --- a/helper/webpagetool.php +++ b/helper/webpagetool.php @@ -3,7 +3,7 @@ * @file webpagetool.php * @created_on 2018-06-01 * @updated_on 2021-02-01 - * @author Go Namhyeon + * @author Go Namhyeon * @brief WebPageTool helper */ diff --git a/helper/wprest.php b/helper/wprest.php index ffd07d8..65d710d 100644 --- a/helper/wprest.php +++ b/helper/wprest.php @@ -2,7 +2,7 @@ /** * @file wprest.php * @date 2018-03-14 - * @author Go Namhyeon + * @author Go Namhyeon * @brief Wordpress Rest API helper */ diff --git a/helper/zabbix.api.php b/helper/zabbix.api.php index a9cb099..b3a1770 100644 --- a/helper/zabbix.api.php +++ b/helper/zabbix.api.php @@ -3,7 +3,7 @@ * @file zabbix.api.php * @created_on 2019-04-08 * @updated_on 2020-03-05 - * @author Go Namhyeon + * @author Go Namhyeon * @brief Zabbix JSON-RPC API (3.0) interface module * @documentation https://www.zabbix.com/documentation/current/ (4.4) */ diff --git a/helper/zeroboard4.dbt.php b/helper/zeroboard4.dbt.php index bcb93ec..37a7131 100644 --- a/helper/zeroboard4.dbt.php +++ b/helper/zeroboard4.dbt.php @@ -2,7 +2,7 @@ /** * @file zeroboard4.dbt.php * @date 2018-08-20 - * @author Go Namhyeon + * @author Go Namhyeon * @brief Database Helper for Zeroboard 4 PL 9 (experimental) */ diff --git a/index.php b/index.php index 8cd5102..08e5a9f 100644 --- a/index.php +++ b/index.php @@ -3,7 +3,7 @@ * @file index.php * @created_on 2018-05-27 * @updated_on 2020-06-14 - * @author Go Namhyeon + * @author Go Namhyeon * @brief ReasonableFramework is RVHM structured PHP framework with common security * @cvs https://github.com/gnh1201/reasonableframework * @sponsor https://patreon.com/catswords (with advanced security) diff --git a/route/api.getorder.pgkcp.php b/route/api.getorder.pgkcp.php index 3a4a825..4f9db8f 100644 --- a/route/api.getorder.pgkcp.php +++ b/route/api.getorder.pgkcp.php @@ -2,7 +2,7 @@ /** * @file api.getorder.pgkcp.php * @date 2018-09-24 - * @author Go Namhyeon + * @author Go Namhyeon * @brief KCP PG(Payment Gateway) get completed order */ diff --git a/route/api.gnuboard.php b/route/api.gnuboard.php index cbb1cb6..052ab82 100644 --- a/route/api.gnuboard.php +++ b/route/api.gnuboard.php @@ -2,7 +2,7 @@ /** * @file api.gnuboard.php * @date 2018-05-31 - * @author Go Namhyeon + * @author Go Namhyeon * @brief Integration controller for Gnuboard CMS 4.x, 5.x */ diff --git a/route/api.mailgun.php b/route/api.mailgun.php index 082362f..7b859b6 100644 --- a/route/api.mailgun.php +++ b/route/api.mailgun.php @@ -2,7 +2,7 @@ /** * @file api.mailgun.php * @date 2019-04-15 - * @author Go Namhyeon + * @author Go Namhyeon * @brief Mailgun API controller */ diff --git a/route/api.setconfig.pgkcp.php b/route/api.setconfig.pgkcp.php index 42baac5..21d71cd 100644 --- a/route/api.setconfig.pgkcp.php +++ b/route/api.setconfig.pgkcp.php @@ -2,7 +2,7 @@ /** * @file api.setconfig.pgkcp.php * @date 2018-09-30 - * @author Go Namhyeon + * @author Go Namhyeon * @brief KCP PG(Payment Gateway) set configuration API */ diff --git a/route/api.social.php b/route/api.social.php index fe4d0e2..21b001d 100644 --- a/route/api.social.php +++ b/route/api.social.php @@ -2,7 +2,7 @@ /** * @file api.social.php * @date 2018-09-26 - * @author Go Namhyeon + * @author Go Namhyeon * @brief SocialTools API (refactoring from SocioRouter API) */ diff --git a/route/api.twilio.php b/route/api.twilio.php index 11aa5a2..a02d238 100644 --- a/route/api.twilio.php +++ b/route/api.twilio.php @@ -2,7 +2,7 @@ /** * @file api.twilio.php * @date 2019-04-15 - * @author Go Namhyeon + * @author Go Namhyeon * @brief Twilio API controller (or domestic API) */ diff --git a/route/api.uuid.php b/route/api.uuid.php index 70355f1..07a5dc4 100644 --- a/route/api.uuid.php +++ b/route/api.uuid.php @@ -2,7 +2,7 @@ /** * @file api.uuid.php * @date 2018-08-19 - * @author Go Namhyeon + * @author Go Namhyeon * @brief UUID Generator API */ diff --git a/route/api.zabbix.php b/route/api.zabbix.php index 31bb10d..c7f88d9 100644 --- a/route/api.zabbix.php +++ b/route/api.zabbix.php @@ -2,7 +2,7 @@ /** * @file api.zabbix.php * @date 2019-04-15 - * @author Go Namhyeon + * @author Go Namhyeon * @brief Zabbix API */ diff --git a/route/mobileswitcher.php b/route/mobileswitcher.php index a8c4e38..77a2402 100644 --- a/route/mobileswitcher.php +++ b/route/mobileswitcher.php @@ -2,7 +2,7 @@ /** * @file mobileswitcher.php * @date 2019-04-29 - * @author Go Namhyeon + * @author Go Namhyeon * @brief mobile device switcher */ diff --git a/route/ordercomplete.pgkcp.php b/route/ordercomplete.pgkcp.php index 67f9b27..18d89b2 100644 --- a/route/ordercomplete.pgkcp.php +++ b/route/ordercomplete.pgkcp.php @@ -3,7 +3,7 @@ * @file ordercomplete.pgkcp.php * @created_on 2018-09-03 * @updated_on 2020-01-25 - * @author Go Namhyeon + * @author Go Namhyeon * @brief KCP PG(Payment Gateway) contoller when completed */ diff --git a/route/orderform.php b/route/orderform.php index 14233c3..328b644 100644 --- a/route/orderform.php +++ b/route/orderform.php @@ -2,7 +2,7 @@ /** * @file orderform.php * @date 2018-09-03 - * @author Go Namhyeon + * @author Go Namhyeon * @brief order form */ diff --git a/route/orderpay.pgkcp.php b/route/orderpay.pgkcp.php index 5c3eebd..3959f0c 100644 --- a/route/orderpay.pgkcp.php +++ b/route/orderpay.pgkcp.php @@ -3,7 +3,7 @@ * @file orderpay.pgkcp.php * @date 2018-08-25 * @updated 2019-10-14 - * @author Go Namhyeon + * @author Go Namhyeon * @brief KCP PG(Payment Gateway) Controller */ diff --git a/route/orderpay.step2.pgkcp.php b/route/orderpay.step2.pgkcp.php index b40ae9f..81f7021 100644 --- a/route/orderpay.step2.pgkcp.php +++ b/route/orderpay.step2.pgkcp.php @@ -3,7 +3,7 @@ * @file orderpay.step2.pgkcp.php * @created_on 2018-08-27 * @updated_on 2020-01-25 - * @author Go Namhyeon + * @author Go Namhyeon * @brief KCP PG(Payment Gateway) contoller when done */ diff --git a/route/orderpay.step3.pgkcp.php b/route/orderpay.step3.pgkcp.php index 5df6959..a9ffdc8 100644 --- a/route/orderpay.step3.pgkcp.php +++ b/route/orderpay.step3.pgkcp.php @@ -2,7 +2,7 @@ /** * @file orderpay.step3.pgkcp.php * @date 2018-08-27 - * @author Go Namhyeon + * @author Go Namhyeon * @brief KCP PG(Payment Gateway) contoller when done */ diff --git a/route/payman.example.php b/route/payman.example.php index b6ffbe0..c0d4d67 100644 --- a/route/payman.example.php +++ b/route/payman.example.php @@ -3,7 +3,7 @@ if(!defined("_DEF_RSF_")) set_error_exit("do not allow access"); $data = array( "name" => "Hong gil dong", - "email" => "support@exts.kr", + "email" => "abuse@catswords.net", "tel" => ""01000000000", "base_url" => base_url() ); diff --git a/route/webapp.php b/route/webapp.php index 1dcaa6d..ee227b8 100644 --- a/route/webapp.php +++ b/route/webapp.php @@ -2,7 +2,7 @@ /** * @file webapp.php * @date 2019-02-23 - * @author Go Namhyeon + * @author Go Namhyeon * @brief Isolator(Compatibility mode) for legacy application */ diff --git a/system/base.php b/system/base.php index 00ce898..429f3be 100644 --- a/system/base.php +++ b/system/base.php @@ -3,7 +3,7 @@ * @file base.php * @created_on 2018-04-13 * @updated_on 2020-02-10 - * @author Go Namhyeon + * @author Go Namhyeon * @brief Base module */ diff --git a/system/config.php b/system/config.php index cfea9d6..af734e8 100644 --- a/system/config.php +++ b/system/config.php @@ -3,7 +3,7 @@ * @file config.php * @date 2018-04-13 * @updated 2020-03-25 - * @author Go Namhyeon + * @author Go Namhyeon * @brief Configuration module */ diff --git a/system/database.php b/system/database.php index e5ab2c1..ef56470 100644 --- a/system/database.php +++ b/system/database.php @@ -3,7 +3,7 @@ * @file database.php * @created_on 2018-04-13 * @updated_on 2020-04-16 - * @author Go Namhyeon + * @author Go Namhyeon * @brief Database module */ diff --git a/system/logger.php b/system/logger.php index a33b50e..d8a2cb1 100644 --- a/system/logger.php +++ b/system/logger.php @@ -3,7 +3,7 @@ * @file logger.php * @created_on 2018-05-27 * @updated_on 2020-06-21 - * @author Go Namhyeon + * @author Go Namhyeon * @brief Logger module for ReasonableFramework */ diff --git a/system/security.php b/system/security.php index bf41650..8e762bd 100644 --- a/system/security.php +++ b/system/security.php @@ -3,7 +3,7 @@ * @file security.php * @created_on 2018-05-27 * @updated_on 2020-02-04 - * @author Go Namhyeon + * @author Go Namhyeon * @brief Security module for ReasonableFramework * @sponsor https://patreon.com/catswords (with advanced security) */ diff --git a/system/storage.php b/system/storage.php index d62a6d5..5ab07de 100644 --- a/system/storage.php +++ b/system/storage.php @@ -3,7 +3,7 @@ * @file storage.php * @date 2018-05-27 * @updated 2020-06-16 - * @author Go Namhyeon + * @author Go Namhyeon * @brief Stroage module for ReasonableFramework */ diff --git a/system/uri.php b/system/uri.php index ac45e2c..3b38558 100644 --- a/system/uri.php +++ b/system/uri.php @@ -3,7 +3,7 @@ * @file uri.php * @created_on 2018-04-13 * @updated_on 2022-09-29 - * @author Go Namhyeon + * @author Go Namhyeon * @brief URI module */ diff --git a/view/view_orderform.php b/view/view_orderform.php index 3e79dc6..06ed5fc 100644 --- a/view/view_orderform.php +++ b/view/view_orderform.php @@ -18,7 +18,7 @@

결제 및 환불 문의

-

결제 및 환불 관련 문의는 support@exts.kr으로 해주시기 바랍니다.

+

결제 및 환불 관련 문의는 abuse@catswords.net으로 해주시기 바랍니다.

diff --git a/view/view_orderpay.pgkcp.php b/view/view_orderpay.pgkcp.php index f8b1bdd..ffd4b28 100644 --- a/view/view_orderpay.pgkcp.php +++ b/view/view_orderpay.pgkcp.php @@ -2,7 +2,7 @@ /** * @file view_orderpay.pgkcp.php * @date 2018-08-25 - * @author Go Namhyeon + * @author Go Namhyeon * @brief KCP PG(Payment Gateway) View */