mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
4252067f0c
MINOR Fixed broken wiki links (#4672) (from r90886) git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@90957 467b73ca-7a2a-4603-9d3b-597d59a354a9
40 lines
1.4 KiB
HTML
40 lines
1.4 KiB
HTML
<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>
|
|
<h2>To run SilverStripe, please install PHP 5.0 or greater.</h2>
|
|
|
|
<p>We have detected that you are running PHP version <b>$PHPVersion</b>. In order to run SilverStripe,
|
|
you must have PHP version 5.0 or greater, and for best results we recommend PHP 5.2 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 class="clear"><!-- --></div>
|
|
</div>
|
|
|
|
<div id="Footer">
|
|
<div class="footerTop"><!-- --></div>
|
|
<p><a href="http://www.silverstripe.org">SilverStripe Open Source CMS</a> | Copyright © 2008 SilverStripe Limited</p>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html> |