Savetheinternet 13 years ago
parent
commit
534a59c181
  1. 2
      README.md
  2. 4
      install.php

2
README.md

@ -13,7 +13,7 @@ Tinyboard is an imageboard software package written in PHP. It aims to maintain
See <http://tinyboard.org/wiki/index.php?title=Installation>.
## Documentation
Visit the development wiki at <http://tinyboard.org/wiki/> for help.
Documentation can be found at <http://tinyboard.org/docs/>.
## License
See [LICENSE.md](http://github.com/savetheinternet/Tinyboard/blob/master/LICENSE.md) for the license.

4
install.php

@ -299,7 +299,7 @@
<label for="db_pass">Password:</label>
<input type="password" id="db_pass" name="db[password]" value="" />
</fieldset>
<p style="text-align:center" class="unimportant">The following is all later configurable. For more options, <a href="http://tinyboard.org/wiki/index.php?title=Config">edit your configuration files</a> after installing.</p>
<p style="text-align:center" class="unimportant">The following is all later configurable. For more options, <a href="http://tinyboard.org/docs/config.html">edit your configuration files</a> after installing.</p>
<fieldset>
<legend>Cookies</legend>
<label for="cookies_session">Name of session cookie:</label>
@ -475,7 +475,7 @@
}
$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>';
$page['body'] = '<p style="text-align:center">Thank you for using Tinyboard. Please remember to report any bugs you discover. <a href="http://tinyboard.org/docs/config.html">How do I edit the config files?</a></p>';
if(!empty($sql_errors)) {
$page['body'] .= '<div class="ban"><h2>SQL errors</h2><p>SQL errors were encountered when trying to install the database. This may be the result of using a database which is already occupied with a Tinyboard installation; if so, you can probably ignore this.</p><p>The errors encountered were:</p><ul>' . $sql_errors . '</ul><p><a href="?step=5">Ignore errors and complete installation.</a></p></div>';

Loading…
Cancel
Save