mirror of
https://github.com/silverstripe/silverstripe-installer
synced 2024-10-22 17:05:33 +02:00
8887b48699
API CHANGE: Reduced number of files needed for installer to work, and moved some into sapphire directory. git-svn-id: svn://svn.silverstripe.com/silverstripe/open/phpinstaller/branches/2.3@66896 467b73ca-7a2a-4603-9d3b-597d59a354a9
10 lines
161 B
HTML
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> |