From ce3ebd3311fc61b836db00826b73f2c874a64443 Mon Sep 17 00:00:00 2001 From: Savetheinternet Date: Thu, 16 Jun 2011 03:49:52 +1000 Subject: [PATCH] Revert "a notice and link to tinyboard.org wiki when filling out the config" This reverts commit 12d6dc85e607e2200756d6d4b09ace36a1a8ef77. --- install.php | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) 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);