vhost init...7
This commit is contained in:
parent
5e235825fa
commit
b2a8a205a4
@ -204,7 +204,6 @@ define("MALLS", [
|
|||||||
"email" => getenv("mall.email") ?: "webmaster@daemonidc.com",
|
"email" => getenv("mall.email") ?: "webmaster@daemonidc.com",
|
||||||
"title" => getenv("mall.title") ?: "WebMaster",
|
"title" => getenv("mall.title") ?: "WebMaster",
|
||||||
"phone" => getenv("mall.phone") ?: "070-8672-0021",
|
"phone" => getenv("mall.phone") ?: "070-8672-0021",
|
||||||
"skype" => getenv("mall.skype") ?: "live:.cid.16fa3dadec1f881c",
|
|
||||||
'card' => getenv("mall.card") ?: "TEST",
|
'card' => getenv("mall.card") ?: "TEST",
|
||||||
'payments' => [
|
'payments' => [
|
||||||
'CookiePayment' => [
|
'CookiePayment' => [
|
||||||
@ -229,6 +228,29 @@ define("MALLS", [
|
|||||||
],
|
],
|
||||||
]);
|
]);
|
||||||
|
|
||||||
|
define("MESSENGERS", [
|
||||||
|
"skype" => [
|
||||||
|
"url" => getenv("mall.messenger.skype") ?: "https://join.skype.com/invite/uKUgXfZThSQC",
|
||||||
|
"icon" => '<img src="/images/common/top_skype.png" alt="스카이프">',
|
||||||
|
"id" => ''
|
||||||
|
],
|
||||||
|
"discord" => [
|
||||||
|
"url" => getenv("mall.messenger.discord") ?: "https://discord.gg/k6nQg84N",
|
||||||
|
"icon" => '<img src="/images/common/discord.png" alt="디스코드">',
|
||||||
|
"id" => ''
|
||||||
|
],
|
||||||
|
"telegram" => [
|
||||||
|
"url" => getenv("mall.messenger.telegram") ?: "https://t.me/daemonidc",
|
||||||
|
"icon" => '<img src="/images/common/telegram.png" alt="텔레그램">',
|
||||||
|
"id" => '@daemonidc'
|
||||||
|
],
|
||||||
|
"kakaotalk" => [
|
||||||
|
"url" => getenv("mall.messenger.kakaotalk") ?: "https://t.me/daemonidc",
|
||||||
|
"icon" => '<img src="/images/common/kakaotalk.png" alt="카카오톡">',
|
||||||
|
"id" => ''
|
||||||
|
]
|
||||||
|
]);
|
||||||
|
|
||||||
//Upload , Download 관련
|
//Upload , Download 관련
|
||||||
define('PATHS', [
|
define('PATHS', [
|
||||||
'EXCEL' => WRITEPATH . "excel/",
|
'EXCEL' => WRITEPATH . "excel/",
|
||||||
@ -321,7 +343,7 @@ define('DEFAULTS', [
|
|||||||
'DELIMITER_ROLE' => getenv('default.delimiter.role') ?: ",",
|
'DELIMITER_ROLE' => getenv('default.delimiter.role') ?: ",",
|
||||||
]);
|
]);
|
||||||
|
|
||||||
//API Adapter초기갑 정의
|
//API Adapter초기갑 정의sdf
|
||||||
define('API', [
|
define('API', [
|
||||||
'SSL_VERIFY' => getenv('api.ssl') == 'true' ? true : false,
|
'SSL_VERIFY' => getenv('api.ssl') == 'true' ? true : false,
|
||||||
'COOKIE_FILE' => PATHS['API'] . getenv('api.cookie.file') ?: "api-cookie_" . date("Ymd") . ".log",
|
'COOKIE_FILE' => PATHS['API'] . getenv('api.cookie.file') ?: "api-cookie_" . date("Ymd") . ".log",
|
||||||
|
|||||||
@ -314,8 +314,7 @@
|
|||||||
<div class="info">
|
<div class="info">
|
||||||
<dl>
|
<dl>
|
||||||
<dt>고객센터</dt>
|
<dt>고객센터</dt>
|
||||||
<dd><a href="skype:<?= MALLS['skype'] ?>?chat"><?= MALLS['email'] ?></a></dd>
|
<dd><a href="<?= MESSENGERS['skype']['url'] ?>"><?= MESSENGERS['skype']['icon'] ?><?= MALLS['email'] ?></a></dd>
|
||||||
<dd><a href="skype:<?= MALLS['skype'] ?>?chat"><img src="/images/common/top_skype.png" alt="스카이프"></a> 365일 24시간</dd>
|
|
||||||
</dl>
|
</dl>
|
||||||
</div>
|
</div>
|
||||||
</li>
|
</li>
|
||||||
|
|||||||
@ -34,7 +34,7 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="address">
|
<div class="address">
|
||||||
<a href="skype:<?= MALLS['skype'] ?>?chat"><img src="/images/common/top_skype.png" alt="스카이프"><?= MALLS['email'] ?></a><BR>
|
<a href="<?= MESSENGERS['skype']['url'] ?>"><?= MESSENGERS['skype']['icon'] ?><?= MALLS['email'] ?></a><BR>
|
||||||
Copyright(c) <?= MALLS['host_name'] ?> All Right Reserved.
|
Copyright(c) <?= MALLS['host_name'] ?> All Right Reserved.
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@ -1,3 +1,6 @@
|
|||||||
<div class="navigator_center">
|
<div class="navigator_center">
|
||||||
<a href="skype:<?= MALLS['skype'] ?>?chat"><img src="/images/common/top_skype.png" alt="스카이프"><?= MALLS['email'] ?></a>
|
<a href="<?= MESSENGERS['skype']['url'] ?>"><?= MESSENGERS['skype']['icon'] ?></a>
|
||||||
|
<a href="<?= MESSENGERS['discord']['url'] ?>"><?= MESSENGERS['discord']['icon'] ?></a>
|
||||||
|
<a href="<?= MESSENGERS['telegram']['url'] ?>"><?= MESSENGERS['telegram']['icon'] ?></a>
|
||||||
|
<a href="<?= MESSENGERS['kakaotalk']['url'] ?>"><?= MESSENGERS['kakaotalk']['icon'] ?></a>
|
||||||
</div>
|
</div>
|
||||||
BIN
public/images/common/discord.png
Normal file
BIN
public/images/common/discord.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 663 B |
BIN
public/images/common/kakaotalk.png
Normal file
BIN
public/images/common/kakaotalk.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.4 KiB |
BIN
public/images/common/telegram.png
Normal file
BIN
public/images/common/telegram.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.7 KiB |
Loading…
Reference in New Issue
Block a user