mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-03 14:10:57 +08:00
13 lines
316 B
PHP
13 lines
316 B
PHP
<?php
|
|
|
|
return [
|
|
'label' => 'IP History',
|
|
'access' => 'Access time',
|
|
'access_begin' => 'Access time begin',
|
|
'access_end' => 'Access time end',
|
|
'access_tooltip' => 'The actual time was within one hour prior to this.',
|
|
'uri' => 'URI',
|
|
'count' => 'Count',
|
|
'ip_location' => 'Location',
|
|
];
|