mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
8dd644d25d
Namespace all templates Move difflib and BBCodeParser2 to thirdparty Remove deprecated API marked for removal in 4.0
38 lines
1.1 KiB
HTML
38 lines
1.1 KiB
HTML
<html>
|
|
<head>
|
|
<title>PHP 5.5.0 is required</title>
|
|
<link rel="stylesheet" type="text/css" href="framework/Dev/Install/client/dist/styles/install.css">
|
|
</head>
|
|
<body>
|
|
<div id="BgContainer">
|
|
<div id="Container">
|
|
<div id="Header">
|
|
<h1>PHP 5.5.0 required</h1>
|
|
<div class="left">
|
|
<h3>To run SilverStripe, please install PHP 5.5.0 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.5.0 or higher.<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 id="Navigation"> </div>
|
|
<div class="clear"><!-- --></div>
|
|
|
|
<div id="Layout">
|
|
<div class="typography">
|
|
</div>
|
|
</div>
|
|
<div class="clear"><!-- --></div>
|
|
</div>
|
|
|
|
<div id="Footer">
|
|
<div class="footerTop"><!-- --></div>
|
|
<p><a href="http://silverstripe.org">SilverStripe Open Source CMS</a> | Copyright © 2012 SilverStripe Limited</p>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html>
|