mirror of
https://github.com/LinkStackOrg/LinkStack.git
synced 2025-04-13 18:01:58 +02:00
Updated redirect
This commit is contained in:
parent
03c1ba6940
commit
0c4384490a
@ -499,7 +499,10 @@ class UserController extends Controller
|
|||||||
|
|
||||||
Link::where('id', $linkId)->increment('click_number', 1);
|
Link::where('id', $linkId)->increment('click_number', 1);
|
||||||
|
|
||||||
return redirect()->away($link);
|
$response = redirect()->away($link);
|
||||||
|
$response->header('X-Robots-Tag', 'noindex, nofollow');
|
||||||
|
|
||||||
|
return $response;
|
||||||
}
|
}
|
||||||
|
|
||||||
//Download Vcard
|
//Download Vcard
|
||||||
|
Loading…
x
Reference in New Issue
Block a user