mirror of
https://framagit.org/framasoft/framadate/framadate
synced 2026-01-23 02:14:06 +00:00
Add X-Robots-Tag header to studs.php and adminstuds.php files
So that other pages can be indexed but not the ones with actual user-content. Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
parent
125045bb74
commit
c5d7743377
2 changed files with 2 additions and 0 deletions
|
|
@ -469,4 +469,5 @@ $smarty->assign('editedVoteUniqueId', '');
|
|||
$smarty->assign('default_to_marldown_editor', $config['markdown_editor_by_default']);
|
||||
$smarty->assign('selectedNewVotes', $selectedNewVotes);
|
||||
|
||||
header("X-Robots-Tag: noindex, nofollow, nosnippet, noarchive");
|
||||
$smarty->display('studs.tpl');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue