diff --git a/app/Config/Constants.php b/app/Config/Constants.php
index 7c07aec..6caff61 100644
--- a/app/Config/Constants.php
+++ b/app/Config/Constants.php
@@ -204,7 +204,6 @@ define("MALLS", [
"email" => getenv("mall.email") ?: "webmaster@daemonidc.com",
"title" => getenv("mall.title") ?: "WebMaster",
"phone" => getenv("mall.phone") ?: "070-8672-0021",
- "skype" => getenv("mall.skype") ?: "live:.cid.16fa3dadec1f881c",
'card' => getenv("mall.card") ?: "TEST",
'payments' => [
'CookiePayment' => [
@@ -229,6 +228,29 @@ define("MALLS", [
],
]);
+define("MESSENGERS", [
+ "skype" => [
+ "url" => getenv("mall.messenger.skype") ?: "https://join.skype.com/invite/uKUgXfZThSQC",
+ "icon" => '
',
+ "id" => ''
+ ],
+ "discord" => [
+ "url" => getenv("mall.messenger.discord") ?: "https://discord.gg/k6nQg84N",
+ "icon" => '
',
+ "id" => ''
+ ],
+ "telegram" => [
+ "url" => getenv("mall.messenger.telegram") ?: "https://t.me/daemonidc",
+ "icon" => '
',
+ "id" => '@daemonidc'
+ ],
+ "kakaotalk" => [
+ "url" => getenv("mall.messenger.kakaotalk") ?: "https://t.me/daemonidc",
+ "icon" => '
',
+ "id" => ''
+ ]
+]);
+
//Upload , Download 관련
define('PATHS', [
'EXCEL' => WRITEPATH . "excel/",
@@ -321,7 +343,7 @@ define('DEFAULTS', [
'DELIMITER_ROLE' => getenv('default.delimiter.role') ?: ",",
]);
-//API Adapter초기갑 정의
+//API Adapter초기갑 정의sdf
define('API', [
'SSL_VERIFY' => getenv('api.ssl') == 'true' ? true : false,
'COOKIE_FILE' => PATHS['API'] . getenv('api.cookie.file') ?: "api-cookie_" . date("Ymd") . ".log",
diff --git a/app/Views/front/welcome_message.php b/app/Views/front/welcome_message.php
index e3e0cfe..82d40fd 100644
--- a/app/Views/front/welcome_message.php
+++ b/app/Views/front/welcome_message.php
@@ -314,8 +314,7 @@
365일 24시간
= MALLS['email'] ?>