summaryrefslogtreecommitdiff
path: root/installer/welcome.html
diff options
context:
space:
mode:
authorthomascube <thomas@roundcube.net>2008-02-19 22:28:28 +0000
committerthomascube <thomas@roundcube.net>2008-02-19 22:28:28 +0000
commit3549785897093452a5c523e517ac42842bea694d (patch)
treec2b9f33660ea4d8b685d1d9d383817beb422e318 /installer/welcome.html
parent6d56deff386ee753e8d54d8e3a811c42a0d011bc (diff)
First steps to implement an installer
Diffstat (limited to 'installer/welcome.html')
-rw-r--r--installer/welcome.html14
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>