add phpinfo() in admin-panel, thx to EleRas; fixes #1270

Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org>
This commit is contained in:
Michael Kaufmann (d00p)
2013-10-02 09:48:24 +02:00
parent 91ed3cb128
commit 10dc017dd1
13 changed files with 118 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
<table>
<thead>
<tr>
<th colspan="3">{$name}</th>
</tr>
</thead>
<tbody>
{$phpinfoentries}
</tbody>
</table>