mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-20 11:48:27 -06:00
Extend debug page with session fields.
This commit is contained in:
parent
de85f17cac
commit
0d9a221b00
@ -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 }} |
|
||||
|
Loading…
Reference in New Issue
Block a user