mirror of
https://github.com/vichan-devel/vichan.git
synced 2024-11-12 01:50:48 +01:00
This commit is contained in:
parent
b4d4fca071
commit
534a59c181
@ -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>.
|
See <http://tinyboard.org/wiki/index.php?title=Installation>.
|
||||||
|
|
||||||
## Documentation
|
## Documentation
|
||||||
Visit the development wiki at <http://tinyboard.org/wiki/> for help.
|
Documentation can be found at <http://tinyboard.org/docs/>.
|
||||||
|
|
||||||
## License
|
## License
|
||||||
See [LICENSE.md](http://github.com/savetheinternet/Tinyboard/blob/master/LICENSE.md) for the license.
|
See [LICENSE.md](http://github.com/savetheinternet/Tinyboard/blob/master/LICENSE.md) for the license.
|
||||||
|
@ -299,7 +299,7 @@
|
|||||||
<label for="db_pass">Password:</label>
|
<label for="db_pass">Password:</label>
|
||||||
<input type="password" id="db_pass" name="db[password]" value="" />
|
<input type="password" id="db_pass" name="db[password]" value="" />
|
||||||
</fieldset>
|
</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>
|
<fieldset>
|
||||||
<legend>Cookies</legend>
|
<legend>Cookies</legend>
|
||||||
<label for="cookies_session">Name of session cookie:</label>
|
<label for="cookies_session">Name of session cookie:</label>
|
||||||
@ -475,7 +475,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
$page['title'] = 'Installation complete';
|
$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)) {
|
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>';
|
$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…
Reference in New Issue
Block a user