mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-08 15:04:32 -04:00
Add require HTTPS self host setting
This commit is contained in:
parent
edc3531965
commit
7b4df952f4
@ -4,8 +4,8 @@
|
||||
</div>
|
||||
<div class="panel-body form-padding-right">
|
||||
{!! 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')) !!}
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
Loading…
x
Reference in New Issue
Block a user