summaryrefslogtreecommitdiff
path: root/installer/test.php
blob: 254144e04333a69a3277cbe41ec152f96bd527bc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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>