diff options
author | thomascube <thomas@roundcube.net> | 2008-02-19 22:28:28 +0000 |
---|---|---|
committer | thomascube <thomas@roundcube.net> | 2008-02-19 22:28:28 +0000 |
commit | 3549785897093452a5c523e517ac42842bea694d (patch) | |
tree | c2b9f33660ea4d8b685d1d9d383817beb422e318 /installer/welcome.html | |
parent | 6d56deff386ee753e8d54d8e3a811c42a0d011bc (diff) |
First steps to implement an installer
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> |