1
0
Fork 0

Use X-REQUEST-ID for Error pages

This commit is contained in:
Philipp Holzer 2022-12-26 21:17:32 +01:00
commit 4f1bb0d274
Signed by: nupplaPhil
GPG key ID: 24A7501396EB5432
55 changed files with 218 additions and 130 deletions

View file

@ -7,6 +7,9 @@
{{$stack_trace}}
{{$trace}}</pre>
{{/if}}
{{if $request_id}}
<pre>Request: {{$request_id}}</pre>
{{/if}}
{{if $back}}
<p><button type="button" onclick="window.history.back()" class="btn btn-primary">{{$back}}</button></p>
{{/if}}

View file

@ -8,5 +8,8 @@
{{if $trace}}
<pre>{{$trace nofilter}}</pre>
{{/if}}
{{if $request_id}}
<pre>Request: {{$request_id}}</pre>
{{/if}}
</body>
</html>