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

@ -2,5 +2,8 @@
<img class="hare" src="images/friendica-404_svg_flexy-o-hare.png"/>
<h1>{{$title}}</h1>
<p>{{$message}}</p>
{{if $trace}}
<pre>{{$trace nofilter}}</pre>
{{/if}}
<p><button type="button" onclick="window.history.back()" class="btn btn-primary">{{$back}}</button></p>
</div>