From b6eba32cf1a41556f05c492567f27dc8271c2728 Mon Sep 17 00:00:00 2001 From: Wruczek Date: Thu, 25 Jul 2019 17:02:48 +0200 Subject: [PATCH] I've had enough https://i.imgur.com/0uD16KM.png --- src/installer/index.php | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/installer/index.php b/src/installer/index.php index d81929a..d149391 100644 --- a/src/installer/index.php +++ b/src/installer/index.php @@ -8,10 +8,7 @@ if(file_exists(__INSTALLER_LOCK_FILE)) { if (!file_exists(__PRIVATE_DIR . "/vendor/autoload.php")) { die( '

Oops! We cannot find Composer\'s autoload file.

' . - '

In 2.0, the installation procedure is a little different. Go to the ' . - 'wiki ' . - 'and follow the installation tutorial.

' . - '

Please do not contact us for help with that error. Read the wiki.

' . + '

Download TS-website from releases page, and not directly from GitHub.

' . 'Or, if you know what you are doing, run composer update in the ' . '' . realpath(__BASE_DIR) . ' directory' );