mirror of
https://github.com/silverstripe/silverstripe-installer
synced 2024-10-22 17:05:33 +02:00
a19daa0398
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/phpinstaller/trunk@63112 467b73ca-7a2a-4603-9d3b-597d59a354a9
18 lines
311 B
PHP
18 lines
311 B
PHP
<?php
|
|
header("Location: install.php");
|
|
?>
|
|
<!--<?php /*-->
|
|
<html>
|
|
<head>
|
|
<title>No PHP Support</title>
|
|
</head>
|
|
|
|
<body>
|
|
<h1>No PHP Support</h1>
|
|
<p>
|
|
<p>Before I can install SilverStripe 2, you must add PHP support to your webserver.</p>
|
|
<p><a href="check-php.php">Try again</a></p>
|
|
|
|
</body>
|
|
</html>
|
|
<!--*/?>-->
|