Skip to content

Commit

Permalink
Merge pull request #19 from mageplaza/2.3-develop
Browse files Browse the repository at this point in the history
2.3 develop
  • Loading branch information
Shinichi69 authored Oct 26, 2021
2 parents c5cc792 + 6773fed commit 3889d31
Show file tree
Hide file tree
Showing 4 changed files with 307 additions and 307 deletions.
2 changes: 1 addition & 1 deletion Block/Widget/Grid/Column/Renderer/Ip.php
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ public function render(DataObject $row)
->addFieldToFilter('status', 1)
->getLastItem();

return '<a href="http://www.traceip.net/?query=' . $lastLog->getIp() . '" target="_blank">'
return '<a href="https://www.iplocation.net/ip-lookup?query=' . $lastLog->getIp() . '" target="_blank">'
. $lastLog->getIp() . '</a>';
}
}
Loading

0 comments on commit 3889d31

Please sign in to comment.