diff options
author | thomascube <thomas@roundcube.net> | 2008-02-19 22:28:28 +0000 |
---|---|---|
committer | thomascube <thomas@roundcube.net> | 2008-02-19 22:28:28 +0000 |
commit | 3549785897093452a5c523e517ac42842bea694d (patch) | |
tree | c2b9f33660ea4d8b685d1d9d383817beb422e318 /installer/test.php | |
parent | 6d56deff386ee753e8d54d8e3a811c42a0d011bc (diff) |
First steps to implement an installer
Diffstat (limited to 'installer/test.php')
-rw-r--r-- | installer/test.php | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/installer/test.php b/installer/test.php new file mode 100644 index 000000000..254144e04 --- /dev/null +++ b/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> |