UTF-8 and meta robots noindex, nofollow

Need UTF-8 settings like other pages and don't want ICEcoder
installation showing up on search engine results
This commit is contained in:
Matt Pass
2012-12-17 08:47:41 +00:00
parent 9a95bae6ba
commit fd794f99d2

View File

@@ -247,6 +247,8 @@ if (!$_SESSION['loggedIn']) {
echo $ICEcoder["versionNo"]." : ";
echo $ICEcoder["accountPassword"] == "" ? "Setup" : "Login";
?></title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="robots" content="noindex, nofollow">
<link rel="stylesheet" type="text/css" href="ice-coder.css">
<link rel="icon" type="image/png" href="../favicon.png">
</head>