summaryrefslogtreecommitdiff
path: root/installer/check.php
blob: 49f186471259b1a7c3616f121287cd9707e907ab (plain)
1
2
3
4
5
6
7
8
9
10
<form action="index.php" method="get">
<input type="hidden" name="_step" value="2" />
<?php

echo '<p>[do some tests as in check.php-dist here]</p>';

echo '<input type="submit" value="NEXT" ' . ($RCI->failures ? 'disabled' : '') . ' />';

?>
</form>