diff --git a/install.php b/install.php index a9e6b2e6..b05016fb 100755 --- a/install.php +++ b/install.php @@ -117,9 +117,8 @@ } function row($item, $result) { - global $page, $config, $__is_error; - if(!$result) - $__is_error = true; + global $page, $config; + $page['body'] .= '' . $item . ''; } @@ -150,9 +149,7 @@ $page['body'] .= '

- Continue' . (isset($__is_error) ? ' anyway' : '') . '. + Continue.

'; echo Element('page.html', $page);