Add debug info
This commit is contained in:
parent
763c5e08a5
commit
a62fedb5a2
1 changed files with 4 additions and 0 deletions
|
|
@ -3,6 +3,10 @@
|
|||
<head>
|
||||
<!-- Source: https://github.com/invoiceninja/invoiceninja -->
|
||||
<!-- Version: {{ NINJA_VERSION }} -->
|
||||
@if (env('MULTI_DB_ENABLED'))
|
||||
<!-- Authenticated: {{ Auth::check() ? 'Yes' : 'No' }} -->
|
||||
<!-- Server: {{ session(SESSION_DB_SERVER, 'Unset') }} -->
|
||||
@endif
|
||||
<meta charset="utf-8">
|
||||
|
||||
@if (Utils::isWhiteLabel() && ! isset($title))
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue