silverstripe-installer/index.html
ischommer c946d916d3 BUGFIX: Improved installer operation with PHP4 installed or no PHP installed.
API CHANGE: Reduced number of files needed for installer to work, and moved some into sapphire directory. (from r66896)

git-svn-id: svn://svn.silverstripe.com/silverstripe/open/phpinstaller/trunk@92227 467b73ca-7a2a-4603-9d3b-597d59a354a9
2009-11-19 19:25:37 +00:00

10 lines
161 B
HTML

<html>
<body>
<script>
window.location = 'install.php';
</script>
<noscript>
<a href="install.php">Click here to install</a>
</noscript>
</body>
</html>