diff options
author | alecpl <alec@alec.pl> | 2008-12-07 11:10:49 +0000 |
---|---|---|
committer | alecpl <alec@alec.pl> | 2008-12-07 11:10:49 +0000 |
commit | b1c1541427bc3d8463cd724fc01dfda2a776bc6e (patch) | |
tree | dfb7d8874d8cc650ecc0822a83712466cec6372b /skins/default | |
parent | e2dd81f8dd7ae6b864b376a6f8c34c8fd33d4b95 (diff) |
- Add Robots meta tag in login page and installer (#1484846)
Diffstat (limited to 'skins/default')
-rw-r--r-- | skins/default/templates/login.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/skins/default/templates/login.html b/skins/default/templates/login.html index 9e1cc4a00..d16a08fdd 100644 --- a/skins/default/templates/login.html +++ b/skins/default/templates/login.html @@ -2,6 +2,7 @@ <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title><roundcube:object name="pagetitle" /></title> +<meta name="Robots" content="noindex,nofollow" /> <roundcube:include file="/includes/links.html" /> <style type="text/css"> |