mirror of
https://github.com/vichan-devel/vichan.git
synced 2025-01-31 04:13:49 +01:00
Update inc/functions.php
Hide Referrer (nullrefer.com)
This commit is contained in:
parent
0e909ee96e
commit
8021d22e3b
@ -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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user