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/test.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/test.php')
| -rw-r--r-- | roundcubemail/installer/test.php | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/roundcubemail/installer/test.php b/roundcubemail/installer/test.php new file mode 100644 index 000000000..254144e04 --- /dev/null +++ b/roundcubemail/installer/test.php @@ -0,0 +1,21 @@ +<form action="index.php" method="get"> +<input type="hidden" name="_step" value="3" /> +<?php + +echo '<p>[do some tests as in check.php-dist here]</p>'; + +echo '<input type="submit" value="EXECUTE TESTS" />'; + +?> +</form> + +<p class="warning"> + +After completing the installation and the final tests please <b>remove</b> the whole +installer folder from the document root of the webserver.<br /> +<br /> + +These files may expose sensitive configuration data like server passwords and encryption keys +to the public. Make sure you cannot access this installer from your browser. + +</p> |
