summaryrefslogtreecommitdiff
path: root/installer/index.php
diff options
context:
space:
mode:
authoralecpl <alec@alec.pl>2008-12-07 11:10:49 +0000
committeralecpl <alec@alec.pl>2008-12-07 11:10:49 +0000
commitb1c1541427bc3d8463cd724fc01dfda2a776bc6e (patch)
treedfb7d8874d8cc650ecc0822a83712466cec6372b /installer/index.php
parente2dd81f8dd7ae6b864b376a6f8c34c8fd33d4b95 (diff)
- Add Robots meta tag in login page and installer (#1484846)
Diffstat (limited to 'installer/index.php')
-rw-r--r--installer/index.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/installer/index.php b/installer/index.php
index ea8374165..f7a5cea4b 100644
--- a/installer/index.php
+++ b/installer/index.php
@@ -58,7 +58,8 @@ if ($RCI->configured && empty($_REQUEST['_step'])) {
<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>