From b1c1541427bc3d8463cd724fc01dfda2a776bc6e Mon Sep 17 00:00:00 2001 From: alecpl <alec@alec.pl> Date: Sun, 07 Dec 2008 06:10:49 -0500 Subject: [PATCH] - Add Robots meta tag in login page and installer (#1484846) --- installer/index.php | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/installer/index.php b/installer/index.php index ea83741..f7a5cea 100644 --- a/installer/index.php +++ b/installer/index.php @@ -58,7 +58,8 @@ <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <title>RoundCube Webmail Installer</title> -<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> +<meta name="Robots" content="noindex,nofollow" /> +<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <link rel="stylesheet" type="text/css" href="styles.css" /> <script type="text/javascript" src="client.js"></script> </head> -- Gitblit v1.9.1