diff options
Diffstat (limited to 'installer/index.php')
-rw-r--r-- | installer/index.php | 3 |
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> |