mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
MINOR Ensure php5-required.html template shows correct minimum and recommended PHP versions (thanks mattcleg!) (from r114915)
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/branches/2.4@114916 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
parent
f41b5179f6
commit
c00e5a384b
@ -20,10 +20,10 @@
|
||||
<div id="Layout">
|
||||
<div class="typography">
|
||||
<h1>PHP 5 required</h1>
|
||||
<h2>To run SilverStripe, please install PHP 5.0 or greater.</h2>
|
||||
<h2>To run SilverStripe, please install PHP 5.2 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.1 or greater, and for best results we recommend PHP 5.2 or greater.</p>
|
||||
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>
|
||||
|
Loading…
Reference in New Issue
Block a user