mirror of
https://github.com/roundcube/roundcubemail.git
synced 2026-03-04 15:24:02 +01:00
11 lines
251 B
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>
|