diff options
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> |