Forgotten space
This commit is contained in:
parent
f45e0a03d8
commit
b8e3cd2466
|
@ -9,7 +9,7 @@ if (!file_exists(__PRIVATE_DIR . "/vendor/autoload.php")) {
|
|||
die(
|
||||
'<h2>Oops! We cannot find Composer\'s autoload file.</h2>' .
|
||||
'<h3>In 2.0, the installation procedure is a little different. Go to the ' .
|
||||
'<a href="https://github.com/Wruczek/ts-website/wiki/%5BEN%5D-Website-Installation" target="_blank">wiki</a>' .
|
||||
'<a href="https://github.com/Wruczek/ts-website/wiki/%5BEN%5D-Website-Installation" target="_blank">wiki</a> ' .
|
||||
'and follow the installation tutorial.</h3>' .
|
||||
'Or, if you know what you are doing, run <code>composer update</code> in the ' .
|
||||
'<code>' . realpath(__BASE_DIR) . '</code> directory'
|
||||
|
|
Loading…
Reference in New Issue