Merge pull request #11 from HB9HIL/php_check

php-zip check in debug
This commit is contained in:
HB9HIL
2024-01-18 08:11:16 +01:00
committed by GitHub

View File

@@ -155,6 +155,17 @@
</td>
</tr>
<tr>
<td>zip</td>
<td>
<?php if(in_array ('zip', get_loaded_extensions())) { ?>
<span class="badge text-bg-success">Installed</span>
<?php } else { ?>
<span class="badge text-bg-danger">Not Installed</span>
<?php } ?>
</td>
</tr>
<tr>
<td>openssl</td>
<td>