2.0 upgrade test first
Some checks reported errors
continuous-integration/drone/push Build was killed
Some checks reported errors
continuous-integration/drone/push Build was killed
This commit is contained in:
3
templates/Maketank/admin/settings/phpinfo/phpinfo_1.tpl
Normal file
3
templates/Maketank/admin/settings/phpinfo/phpinfo_1.tpl
Normal file
@@ -0,0 +1,3 @@
|
||||
<tr>
|
||||
<td colspan="3" align="center">{$val}</td>
|
||||
</tr>
|
||||
4
templates/Maketank/admin/settings/phpinfo/phpinfo_2.tpl
Normal file
4
templates/Maketank/admin/settings/phpinfo/phpinfo_2.tpl
Normal file
@@ -0,0 +1,4 @@
|
||||
<tr>
|
||||
<td width="180">{$key}</td>
|
||||
<td colspan="2">{$val}</td>
|
||||
</tr>
|
||||
6
templates/Maketank/admin/settings/phpinfo/phpinfo_3.tpl
Normal file
6
templates/Maketank/admin/settings/phpinfo/phpinfo_3.tpl
Normal file
@@ -0,0 +1,6 @@
|
||||
<if $key != 'Directive'>
|
||||
<tr>
|
||||
<td width="180">{$key}</td>
|
||||
<td colspan="2">{$val[0]}<br/><small>(Master: {$val[1]})</small></td>
|
||||
</tr>
|
||||
</if>
|
||||
@@ -0,0 +1,4 @@
|
||||
<tr class="section">
|
||||
<th colspan="3">{$name}</th>
|
||||
</tr>
|
||||
{$phpinfoentries}
|
||||
Reference in New Issue
Block a user