2008-12-04 23:38:32 +01:00
|
|
|
<html>
|
|
|
|
<head>
|
|
|
|
<title>PHP 5 is required</title>
|
|
|
|
<link rel="stylesheet" type="text/css" href="themes/blackcandy/css/layout.css" />
|
|
|
|
<link rel="stylesheet" type="text/css" href="themes/blackcandy/css/typography.css" />
|
|
|
|
<link rel="stylesheet" type="text/css" href="themes/blackcandy/css/form.css" />
|
|
|
|
<link rel="stylesheet" type="text/css" href="sapphire/dev/install/install.css" />
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<div id="BgContainer">
|
|
|
|
<div id="Container">
|
|
|
|
<div id="Header">
|
|
|
|
<h1>SilverStripe CMS Installation</h1>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<div id="Navigation"> </div>
|
|
|
|
<div class="clear"><!-- --></div>
|
|
|
|
|
|
|
|
<div id="Layout">
|
|
|
|
<div class="typography">
|
|
|
|
<h1>PHP 5 required</h1>
|
2010-12-14 00:39:04 +01:00
|
|
|
<h2>To run SilverStripe, please install PHP 5.2 or greater.</h2>
|
2008-12-04 23:38:32 +01:00
|
|
|
|
|
|
|
<p>We have detected that you are running PHP version <b>$PHPVersion</b>. In order to run SilverStripe,
|
2010-12-14 00:39:04 +01:00
|
|
|
you must have PHP version 5.2 or greater, and for best results we recommend PHP 5.3 or greater.</p>
|
2008-12-04 23:38:32 +01:00
|
|
|
|
|
|
|
<p>If you are running on a shared host, you may need to ask your hosting provider how to do this.</p>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="clear"><!-- --></div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<div id="Footer">
|
|
|
|
<div class="footerTop"><!-- --></div>
|
2010-10-19 02:56:25 +02:00
|
|
|
<p><a href="http://silverstripe.org">SilverStripe Open Source CMS</a> | Copyright © 2008 SilverStripe Limited</p>
|
2008-12-04 23:38:32 +01:00
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</body>
|
|
|
|
</html>
|