diff --git a/app/Http/Kernel.php b/app/Http/Kernel.php index 6b6b17dd59..5fcf14adda 100644 --- a/app/Http/Kernel.php +++ b/app/Http/Kernel.php @@ -67,7 +67,6 @@ class Kernel extends HttpKernel TrimStrings::class, ConvertEmptyStringsToNull::class, TrustProxies::class, - Installer::class, ]; /** diff --git a/public/js/ff/install/index.js b/public/js/ff/install/index.js index ce385c79a9..dca7ec945e 100644 --- a/public/js/ff/install/index.js +++ b/public/js/ff/install/index.js @@ -102,5 +102,5 @@ function completeDone() { function displaySoftFail(message) { $('#status-box').html(' ' + message + '

Please read the ' + '' + - 'official documentation about this.'); + 'official documentation about this, and upgrade by hand.'); } \ No newline at end of file