From 7b4df952f4af7f9bd3d86cf6676135d45eba1baa Mon Sep 17 00:00:00 2001 From: Hillel Coren Date: Sun, 25 Dec 2016 22:31:59 +0200 Subject: [PATCH] Add require HTTPS self host setting --- resources/views/partials/system_settings.blade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/views/partials/system_settings.blade.php b/resources/views/partials/system_settings.blade.php index aa84aa31c878..24b7669f43bf 100644 --- a/resources/views/partials/system_settings.blade.php +++ b/resources/views/partials/system_settings.blade.php @@ -4,8 +4,8 @@
{!! Former::text('app[url]')->label(trans('texts.url'))->value(isset($_ENV['APP_URL']) ? $_ENV['APP_URL'] : Request::root()) !!} - {!! Former::checkbox('debug')->text(trans('texts.enable'))->check(config('app.debug')) !!} {!! Former::checkbox('https')->text(trans('texts.require'))->check(env('REQUIRE_HTTPS')) !!} + {!! Former::checkbox('debug')->text(trans('texts.enable'))->check(config('app.debug')) !!}