removed openssl check, not required

This commit is contained in:
HB9HIL
2024-02-03 07:50:23 +01:00
parent 0161af0d70
commit f3805e3f5e

View File

@@ -165,17 +165,6 @@
<?php } ?>
</td>
</tr>
<tr>
<td>openssl</td>
<td>
<?php if(in_array ('openssl', 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>
</table>
</div>
</div>