mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-29 01:08:56 +00:00
Fix usage of config function in error templates. Partially fixes #1167
This commit is contained in:
@@ -5,6 +5,6 @@
|
||||
@endsection
|
||||
|
||||
@section('content')
|
||||
{{ \App\Models\config('app.name') }} <br><br><br>
|
||||
{{ config('app.name') }} <br><br><br>
|
||||
<b>Acess denied! You're permissions and/or role do not allow you to access this page</b>
|
||||
@endsection
|
||||
|
||||
@@ -5,6 +5,6 @@
|
||||
@endsection
|
||||
|
||||
@section('content')
|
||||
{{ \App\Models\config('app.name') }} <br><br><br>
|
||||
{{ config('app.name') }} <br><br><br>
|
||||
<b>You are not logged in!</b> <br>Please <a href='{!! url('/login'); !!}'>login</a>
|
||||
@endsection
|
||||
|
||||
Reference in New Issue
Block a user