Extend debug page with session fields.

This commit is contained in:
James Cole 2018-02-01 16:58:47 +01:00
parent de85f17cac
commit 0d9a221b00
No known key found for this signature in database
GPG Key ID: C16961E655E74B5E

View File

@ -21,6 +21,9 @@ Debug information generated at {{ now }} for Firefly III version **{{ FF_VERSION
| App logging | {{ appLogLevel }}, {{ appLog }} |
| PHP version | {{ phpVersion }} |
| Display errors | {{ displayErrors }} |
| Session start | {{ session('start') }} |
| Session end | {{ session('end') }} |
| Session first | {{ session('first') }} |
| Error reporting | {{ errorReporting }} |
| Host | {{ phpOs }} |
| Interface | {{ interface }} |