Show OpenSSL version in debug view

This commit is contained in:
phl0
2026-03-18 22:17:35 +01:00
parent 76fd43af62
commit 7ff174977c

View File

@@ -119,6 +119,11 @@
<td><?= __("MySQL Version"); ?></td>
<td><?php echo $this->db->version(); ?></td>
</tr>
<tr>
<td><?= __("OpenSSL Version"); ?></td>
<td><?php echo OPENSSL_VERSION_TEXT; ?></td>
</tr>
<tr>
<td><?= __("Codeigniter Version"); ?></td>
<td><?php echo CI_VERSION; ?></td>