thomascube
2008-02-19 3549785897093452a5c523e517ac42842bea694d
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>