mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-07 16:40:56 +08:00
13 lines
347 B
PHP
13 lines
347 B
PHP
<?php
|
|
|
|
return [
|
|
'label' => 'IPの履歴',
|
|
'access' => 'アクセス時間',
|
|
'access_begin' => 'アクセス時間開始',
|
|
'access_end' => 'アクセス時間終了',
|
|
'access_tooltip' => '実際の時間はこれの1時間前にあった。',
|
|
'uri' => 'URI',
|
|
'count' => 'カウント',
|
|
'ip_location' => '場所',
|
|
];
|