summaryrefslogtreecommitdiff
path: root/installer/check.php
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/check.php
parent6d56deff386ee753e8d54d8e3a811c42a0d011bc (diff)
First steps to implement an installer
Diffstat (limited to 'installer/check.php')
-rw-r--r--installer/check.php10
1 files changed, 10 insertions, 0 deletions
diff --git a/installer/check.php b/installer/check.php
new file mode 100644
index 000000000..49f186471
--- /dev/null
+++ b/installer/check.php
@@ -0,0 +1,10 @@
+<form action="index.php" method="get">
+<input type="hidden" name="_step" value="2" />
+<?php
+
+echo '<p>[do some tests as in check.php-dist here]</p>';
+
+echo '<input type="submit" value="NEXT" ' . ($RCI->failures ? 'disabled' : '') . ' />';
+
+?>
+</form>