add phpinfo() in admin-panel, thx to EleRas; fixes #1270
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org>
This commit is contained in:
10
templates/Sparkle/admin/settings/phpinfo/phpinfo_table.tpl
vendored
Normal file
10
templates/Sparkle/admin/settings/phpinfo/phpinfo_table.tpl
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
<table>
|
||||
<thead>
|
||||
<tr>
|
||||
<th colspan="3">{$name}</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
{$phpinfoentries}
|
||||
</tbody>
|
||||
</table>
|
||||
Reference in New Issue
Block a user