#edit comment-template.php
#line 116
$return = "<a href='/redirect.php?url=".base64_encode($url)."' rel='external nofollow'>$author</a>";
#create redirect.php
if(!empty($_GET['url'])) {
header("Location:" . base64_decode($_GET['url']));
}
exit; |
#edit comment-template.php
#line 116
$return = "<a href='/redirect.php?url=".base64_encode($url)."' rel='external nofollow'>$author</a>";
#create redirect.php
if(!empty($_GET['url'])) {
header("Location:" . base64_decode($_GET['url']));
}
exit;
Related Posts
明显我是来测试的~
呵呵^_^