From c35d24c22519a0cdfd9ee121aa77d067f565dc01 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EC=B5=9C=EC=A4=80=ED=9D=A0?= Date: Tue, 24 Sep 2024 20:19:38 +0900 Subject: [PATCH] Automation init...4 --- app/Config/Constants.php | 137 --------------------------------------- 1 file changed, 137 deletions(-) diff --git a/app/Config/Constants.php b/app/Config/Constants.php index 99adc53..cbafb48 100644 --- a/app/Config/Constants.php +++ b/app/Config/Constants.php @@ -136,140 +136,3 @@ define('DB_ACTION', [ 'CREATE' => 'create', 'MODIFY' => 'modify', ]); - -define("MESSENGERS", [ - "skype" => [ - "url" => "https://join.skype.com/invite/uKUgXfZThSQC", - "icon" => '스카이프', - "id" => '', - ], - "discord" => [ - "url" => "https://discord.gg/k6nQg84N", - "icon" => '디스코드', - "id" => '', - ], - "telegram" => [ - "url" => "https://t.me/daemonidc", - "icon" => '텔레그램', - "id" => '@daemonidc', - ], - "kakaotalk" => [ - "url" => "https://t.me/daemonidc", - "icon" => '카카오톡', - "id" => '', - ], -]); - -//아이콘 및 Sound관련 -define('ICONS', [ - 'LOGO' => '', - 'LOGIN' => '', - 'LOGOUT' => '', - 'HOME' => '', - 'MENU' => '', - 'LOCK' => '', - 'NEW' => '', - 'REPLY' => '', - 'DELETE' => '', - 'RELOAD' => '', - 'SETUP' => '', - 'FLAG' => '', - 'SEARCH' => '', - 'EXCEL' => '', - 'PLAY' => '', - 'CART' => '', - 'CARD' => '', - 'DEPOSIT' => '', - 'DESKTOP' => '', - 'UP' => '', - 'DOWN' => '', - 'LEFT' => '', - 'RIGHT' => '', - 'IMAGE_FILE' => '', - 'GOOGLE' => '', -]); - -define('TOP_BANNER', [ - 'default' => '', - 'aboutus' => '', - 'member' => '', - 'hosting' => '', - 'serverdevice' => '', - 'service' => '', - 'support' => '', -]); - -define('AUDIOS', [ - 'Alram_GetEmail' => '', -]); - -define('KEYWORD', '일본IDC 일본서버 일본 서버 일본호스팅 서버호스팅 디도스 공격 해외 호스팅 DDOS 방어 ddos 의뢰 디도스 보안 일본 단독서버 가상서버'); -define('LAYOUTS', [ - 'empty' => [ - 'path' => 'layouts' . DIRECTORY_SEPARATOR . 'empty', - 'stylesheets' => [ - '', - '', - '', - ], - 'javascripts' => [ - '', - ], - ], - 'front' => [ - 'title' => KEYWORD, - 'path' => 'layouts' . DIRECTORY_SEPARATOR . 'front', - //'topmenus' => ['aboutus', 'hosting', 'serverdevice', 'service', 'support'], - 'topmenus' => ['aboutus', 'hosting', 'service', 'support'], - 'metas' => [ - '', - '', - '', - '', - '', - '', - '', - '', - '', - ], - 'stylesheets' => [ - '', - '', - '', - '', - '', - '', - '', - '', - '', - ], - 'javascripts' => [ - '', - '', - '', - '', - '', - ], - ], - 'admin' => [ - 'title' => '관리자화면', - 'path' => 'layouts' . DIRECTORY_SEPARATOR . 'admin', - 'stylesheets' => [ - '', - '', - '', - '', - '', - '', - '', - '', - ], - 'javascripts' => [ - '', - '', - '', - '', - '', - ], - ], -]);