dashboard
repositories
filestore
activity
search
login
githubFork
/
roundcubemail
Roundcubemail devel
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
Mark message read when printing it (#1326452)
thomascube
2008-02-20
4d3f3b9a3f53ae992cf726c94e5fb769510fa3bb
[githubFork/roundcubemail.git]
/
installer
/
check.php
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>