diff options
Diffstat (limited to 'installer/check.php')
-rw-r--r-- | installer/check.php | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/installer/check.php b/installer/check.php new file mode 100644 index 000000000..49f186471 --- /dev/null +++ b/installer/check.php @@ -0,0 +1,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> |