wok rev 5205
awstat: add a map link
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Tue Mar 30 11:53:06 2010 +0200 (2010-03-30) |
parents | 92ad1f7ee59a |
children | e02cd99c2517 |
files | awstats/receipt |
line diff
1.1 --- a/awstats/receipt Tue Mar 30 10:54:38 2010 +0200 1.2 +++ b/awstats/receipt Tue Mar 30 11:53:06 2010 +0200 1.3 @@ -33,6 +33,10 @@ 1.4 1.5 cp stuff/awstats-apache.conf $fs/usr/share/awstats/extras 1.6 cp stuff/awstats-lighttpd.conf $fs/usr/share/awstats/extras 1.7 + 1.8 + # Add a link using google map 1.9 + sed -i 's|Full Whois Field"|Full Whois Field <a href=\\"http://en.utrace.de/?query=".$HostResolved."\\">?</a>"|' \ 1.10 + $fs/usr/share/awstats/plugins/hostinfo.pm 1.11 } 1.12 1.13 post_install()