Update inc/functions.php

Hide Referrer (nullrefer.com)
This commit is contained in:
szalej 2013-01-16 10:50:20 +01:00 committed by Michael Foster
parent 44d3b12cef
commit 220609999a

View File

@ -1385,7 +1385,7 @@ function markup_url($matches) {
$markup_urls[] = $url;
return '<a target="_blank" rel="nofollow" href="' . $url . '">' . $url . '</a>' . $after;
return '<a target="_blank" rel="nofollow" href="http://www.nullrefer.com/?' . $url . '">' . $url . '</a>' . $after;
}
function unicodify($body) {