From b266def75bd574fcf801268788f953472995ab9d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20Beganovi=C4=87?= Date: Mon, 4 Jan 2021 13:42:31 +0100 Subject: [PATCH] Remove debug from the setup page --- app/Http/Controllers/SetupController.php | 1 - resources/views/setup/_application.blade.php | 16 +++------------- 2 files changed, 3 insertions(+), 14 deletions(-) diff --git a/app/Http/Controllers/SetupController.php b/app/Http/Controllers/SetupController.php index 08218aa91482..e326bd842b5f 100644 --- a/app/Http/Controllers/SetupController.php +++ b/app/Http/Controllers/SetupController.php @@ -100,7 +100,6 @@ class SetupController extends Controller $env_values = [ 'APP_URL' => $request->input('url'), 'REQUIRE_HTTPS' => $request->input('https') ? 'true' : 'false', - 'APP_DEBUG' => $request->input('debug') ? 'true' : 'false', 'DB_HOST1' => $request->input('db_host'), 'DB_PORT1' => $request->input('db_port'), diff --git a/resources/views/setup/_application.blade.php b/resources/views/setup/_application.blade.php index 8124584be89b..89676687bd58 100644 --- a/resources/views/setup/_application.blade.php +++ b/resources/views/setup/_application.blade.php @@ -14,7 +14,7 @@ {{ ctrans('texts.url') }}*
- (including http:// or https://) @@ -32,16 +32,6 @@
-
- {{ ctrans('texts.debug') }} -
-
- - {{ ctrans('texts.enable') }} - ({{ ctrans('texts.enable_only_for_development') }}) -
-
-
{{ ctrans('texts.reports') }}
@@ -53,14 +43,14 @@ about how we use this.
-
+
-
+