1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-09-20 16:31:33 +02:00

Add debug info

This commit is contained in:
Hillel Coren 2017-07-13 09:31:16 +03:00
parent 8ee9fa5c89
commit 275274e712

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))