silverstripe-installer/index.html
ischommer 2cd8f69c3c 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) (from r92227)

git-svn-id: svn://svn.silverstripe.com/silverstripe/open/phpinstaller/branches/2.4@92269 467b73ca-7a2a-4603-9d3b-597d59a354a9
2011-02-02 18:56:43 +13: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>