From: eldy <>
Date: Wed, 19 Jan 2011 12:52:43 +0000 (+0000)
Subject: New: Add rel=nofollow on links
X-Git-Tag: AWSTATS_7_0_BETA~18
X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=6f32a4f52ae5da8b34d1f0ca390a8b1112b0d55e;p=thirdparty%2FAWStats.git
New: Add rel=nofollow on links
---
diff --git a/wwwroot/cgi-bin/awstats.pl b/wwwroot/cgi-bin/awstats.pl
index 92c49d02..dfbcac66 100644
--- a/wwwroot/cgi-bin/awstats.pl
+++ b/wwwroot/cgi-bin/awstats.pl
@@ -8787,7 +8787,7 @@ sub HTMLShowURLInfo {
{ # URL seems to be extracted from a proxy log file
print ""
+ . "\" target=\"url\" rel=\"nofollow\">"
. XMLEncode($nompage) . "";
}
elsif ( $newkey =~ /^\// )
@@ -8802,7 +8802,7 @@ sub HTMLShowURLInfo {
}
print ""
+ . "\" target=\"url\" rel=\"nofollow\">"
. XMLEncode($nompage) . "";
}
else {