display current state of PHP logging in admin panel logging informations

This commit is contained in:
Tobias Diekershoff 2016-09-13 22:52:21 +02:00
parent bdd4aed9ba
commit f85821839b
2 changed files with 8 additions and 0 deletions

View file

@ -14,6 +14,7 @@
<h2>{{$phpheader}}</h2>
<div>
<p><strong>{{$phplogenabled}}</strong><p>
<p>{{$phphint}}</p>
<pre>{{$phplogcode}}</pre>
</div>