mirror of
https://github.com/freescout-helpdesk/freescout.git
synced 2024-11-25 11:52:29 +01:00
Hide app version from guests
This commit is contained in:
parent
6cc1e5e838
commit
de79bba27c
@ -226,7 +226,11 @@
|
||||
|
||||
@if (!in_array(Route::currentRouteName(), array('mailboxes.view')))
|
||||
<div class="footer">
|
||||
© {{ date('Y') }} <a href="{{ config('app.freescout_url') }}" target="blank">{{ \Config::get('app.name') }}</a> — {{ __('Free open source help desk & shared mailbox' ) }}<br/>{{ config('app.version') }}
|
||||
© {{ date('Y') }} <a href="{{ config('app.freescout_url') }}" target="blank">{{ \Config::get('app.name') }}</a> — {{ __('Free open source help desk & shared mailbox' ) }}
|
||||
{{-- Hide version from hackers --}}
|
||||
@if (Auth::user())
|
||||
<br/>{{ config('app.version') }}
|
||||
@endif
|
||||
</div>
|
||||
@endif
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user