You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
roundcubemail/installer/check.php

11 lines
251 B
PHP

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