silverstripe-framework/dev/install/php5-required.html

45 lines
1.5 KiB
HTML
Raw Normal View History

<html>
<head>
<title>PHP 5 is required</title>
<base href="../../../"/>
<link rel="stylesheet" type="text/css" href="themes/simple/css/layout.css" />
<link rel="stylesheet" type="text/css" href="themes/simple/css/typography.css" />
<link rel="stylesheet" type="text/css" href="themes/simple/css/form.css" />
<link rel="stylesheet" type="text/css" href="sapphire/dev/install/install.css" />
</head>
<body class="page no-sidebar">
<div class="header">
<div class="inner">
<div class="brand">
<h1>SilverStripe</h1>
</div>
</div>
</div>
<div id="Navigation">&nbsp;</div>
<div class="clear"><!-- --></div>
<div class="main">
<div class="inner">
<div class="content-container">
<h1>CMS Installation</h1>
<h2 class="no-line">PHP 5 required</h2>
<h3>To run SilverStripe, please install PHP 5.2 or greater.</h3>
<p>We have detected that you are running PHP version <b>$PHPVersion</b>. In order to run SilverStripe,
you must have PHP version 5.2 or greater, and for best results we recommend PHP 5.3 or greater.</p>
<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>
<div class="clear"><!-- --></div>
<div class="footer">
<div class="inner">
<div class="footerTop"><!-- --></div>
<p><a href="http://silverstripe.org">SilverStripe Open Source CMS</a> | Copyright &copy; 2008 SilverStripe Limited</p>
</div>
</div>
</body>
</html>