Add trace for admin in exceptionpages
- Fix exception message not showing on raw exception page
This commit is contained in:
parent
bac5159f6f
commit
3ebc0371b7
3 changed files with 14 additions and 2 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue