summaryrefslogtreecommitdiff
path: root/roundcubemail/installer/welcome.html
diff options
context:
space:
mode:
authorthomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c>2008-02-19 22:28:28 +0000
committerthomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c>2008-02-19 22:28:28 +0000
commit68955361dd404a1eb0fdca648f14ed1aefee29d9 (patch)
tree1cb0148454a1c43b3d14eabb536fc27e5b541937 /roundcubemail/installer/welcome.html
parent3f711aab18daf10c9c3108147d4c15e7870c1e62 (diff)
First steps to implement an installer
git-svn-id: https://svn.roundcube.net/trunk@1118 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/installer/welcome.html')
-rw-r--r--roundcubemail/installer/welcome.html14
1 files changed, 14 insertions, 0 deletions
diff --git a/roundcubemail/installer/welcome.html b/roundcubemail/installer/welcome.html
new file mode 100644
index 000000000..2fec0db67
--- /dev/null
+++ b/roundcubemail/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>