diff options
| author | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2008-02-19 22:28:28 +0000 |
|---|---|---|
| committer | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2008-02-19 22:28:28 +0000 |
| commit | 68955361dd404a1eb0fdca648f14ed1aefee29d9 (patch) | |
| tree | 1cb0148454a1c43b3d14eabb536fc27e5b541937 /roundcubemail/installer/check.php | |
| parent | 3f711aab18daf10c9c3108147d4c15e7870c1e62 (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/check.php')
| -rw-r--r-- | roundcubemail/installer/check.php | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/roundcubemail/installer/check.php b/roundcubemail/installer/check.php new file mode 100644 index 000000000..49f186471 --- /dev/null +++ b/roundcubemail/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> |
