diff options
Diffstat (limited to 'installer/welcome.html')
-rw-r--r-- | installer/welcome.html | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/installer/welcome.html b/installer/welcome.html new file mode 100644 index 000000000..2fec0db67 --- /dev/null +++ b/installer/welcome.html @@ -0,0 +1,14 @@ +<form action="index.php" methond="get"> +<input type="hidden" name="_step" value="1" /> + +<p>Welcome to the interactive install script for the RoundCube Webmail package</p> +<p>First let's check your local environment and find out if everything RoundCube needs is available.</p> + +<p>The basic requirements are:</p> +<ul> + <li></li> +</ul> + +<input type="submit" value="START" /> + +</form> |