diff --git a/app/Config/App.php b/app/Config/App.php
index baa8668..56b178c 100644
--- a/app/Config/App.php
+++ b/app/Config/App.php
@@ -133,7 +133,7 @@ class App extends BaseConfig
* @see https://www.php.net/manual/en/timezones.php for list of timezones
* supported by PHP.
*/
- public string $appTimezone = 'UTC';
+ public string $appTimezone = 'Asia/Seoul';
/**
* --------------------------------------------------------------------------
diff --git a/app/Views/admin/access/activity_log.php b/app/Views/admin/access/activity_log.php
index c49c27e..2eba272 100644
--- a/app/Views/admin/access/activity_log.php
+++ b/app/Views/admin/access/activity_log.php
@@ -58,7 +58,6 @@ $actionBadge = static function (string $a): string {
작업 |
대상 |
대상 번호 |
- IP |
상세 |
@@ -79,14 +78,13 @@ $actionBadge = static function (string $a): string {
= esc($tableLabels[$tbl] ?? $tbl) ?> |
= (int) ($row->al_record_id ?? 0) ?: '-' ?> |
- = esc((string) ($row->al_ip ?? '')) ?> |
보기
|
- | 조회된 로그가 없습니다. |
+ | 조회된 로그가 없습니다. |
diff --git a/app/Views/admin/access/activity_log_detail.php b/app/Views/admin/access/activity_log_detail.php
index 7388f18..5804d34 100644
--- a/app/Views/admin/access/activity_log_detail.php
+++ b/app/Views/admin/access/activity_log_detail.php
@@ -32,7 +32,6 @@ $fmt = static function ($v): string {
| 사용자 | = $who !== '' ? esc($who) : '시스템' ?> |
| 작업 | = esc($actionLabels[$act] ?? $act) ?> |
| 대상 | = esc($tableLabels[$tbl] ?? $tbl) ?> (= esc($tbl) ?>) · 번호 = (int) ($row->al_record_id ?? 0) ?> |
- | IP | = esc((string) ($row->al_ip ?? '')) ?> |