1
0
Fork 0

Add trace for admin in exceptionpages

- Fix exception message not showing on raw exception page
This commit is contained in:
Hypolite Petovan 2020-01-19 09:40:56 -05:00
commit 3ebc0371b7
3 changed files with 14 additions and 2 deletions

View file

@ -4,6 +4,9 @@
</head>
<body>
<h1>{{$title}}</h1>
<p>{{$description nofilter}}</p>
<p>{{$message nofilter}}</p>
{{if $trace}}
<pre>{{$trace nofilter}}</pre>
{{/if}}
</body>
</html>