<!DOCTYPE html>
<html lang="en">
<head>
<title>Kirby Installation</title>
<meta charset="utf-8" />
<meta name="robots" content="noindex, nofollow" />
<style>
* {
padding: 0;
margin: 0;
}
body {
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 14px;
line-height: 20px;
color: #222;
width: 500px;
margin: 50px auto;
}
a {
color: red;
text-decoration: none;
}
h1 {
margin-bottom: 40px;
}
dt {
font-weight: bold;
padding-top: 5px;
}
dd {
border-bottom: 1px solid #eee;
padding-bottom: 5px;
color: #777;
}
strong {
color: red;
}
</style>
</head>
<body>
<h1>Kirby Installation</h1>
<dl>
<dt>Missing mbstring functions</dt>
<dd>
Kirby requires PHP mbstring functions: <a href="http://php.net/manual/en/book.mbstring.php">http://php.net/manual/en/book.mbstring.php</a>.<br /><br />
Please ask your system administrator<br /> or hosting company
to install them for you.
<br />
<br />
If you got further questions, please contact me:<br />
<a href="mailto:hide@address.com">hide@address.com</a>
</dd>
</ul>
</body>
</html>