aboutsummaryrefslogtreecommitdiff
path: root/frontend/xrds.php
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/xrds.php')
-rw-r--r--frontend/xrds.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/frontend/xrds.php b/frontend/xrds.php
index 8939ace..9c430e1 100644
--- a/frontend/xrds.php
+++ b/frontend/xrds.php
@@ -2,7 +2,7 @@
/*
Cheetah News xrds.php
- Copyright (C) 2008, 2010 Wojciech Polak.
+ Copyright (C) 2008, 2010, 2012 Wojciech Polak.
This program is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by the
@@ -19,6 +19,7 @@
*/
header ('Content-Type: application/xrds+xml');
+header ('X-Robots-Tag: noindex');
echo '<?xml version="1.0" encoding="UTF-8"?>'."\n";
?>

Return to:

Send suggestions and report system problems to the System administrator.