修复筛选后链接不正确问题

This commit is contained in:
fadetrack 2019-01-23 11:33:39 +08:00 committed by GitHub
parent 477c71b437
commit a1dac92af1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -128,6 +128,10 @@ class Access_Core
'panel' => Access_Plugin::$panel,
'action' => 'logs',
'type' => $type,
'filter' => $filter,
'ip' => long2ip($ip),
'cid' => $cid,
'path' => $path,
));
$this->logs['page'] = $page->show();