Add debug info

This commit is contained in:
Hillel Coren 2017-07-13 09:31:00 +03:00
parent 763c5e08a5
commit a62fedb5a2

View File

@ -3,6 +3,10 @@
<head> <head>
<!-- Source: https://github.com/invoiceninja/invoiceninja --> <!-- Source: https://github.com/invoiceninja/invoiceninja -->
<!-- Version: {{ NINJA_VERSION }} --> <!-- Version: {{ NINJA_VERSION }} -->
@if (env('MULTI_DB_ENABLED'))
<!-- Authenticated: {{ Auth::check() ? 'Yes' : 'No' }} -->
<!-- Server: {{ session(SESSION_DB_SERVER, 'Unset') }} -->
@endif
<meta charset="utf-8"> <meta charset="utf-8">
@if (Utils::isWhiteLabel() && ! isset($title)) @if (Utils::isWhiteLabel() && ! isset($title))