forked from leftypol/leftypol
...
This commit is contained in:
parent
2162238813
commit
e3f2aa8da3
5 changed files with 23 additions and 49 deletions
|
@ -100,10 +100,7 @@
|
|||
$page['title'] = 'Already installed';
|
||||
$page['body'] = '<p style="text-align:center">It appears that Tinyboard is already installed (' . $version . ') and there is nothing to upgrade! Delete <strong>' . $config['has_installed'] . '</strong> to reinstall.</p>';
|
||||
break;
|
||||
}
|
||||
|
||||
sql_close();
|
||||
|
||||
}
|
||||
|
||||
die(Element('page.html', $page));
|
||||
}
|
||||
|
@ -414,8 +411,6 @@
|
|||
buildIndex();
|
||||
}
|
||||
|
||||
sql_close();
|
||||
|
||||
$page['title'] = 'Installation complete';
|
||||
$page['body'] = '<p style="text-align:center">Thank you for using Tinyboard. Please remember to report any bugs you discover.</p>';
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue