mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
Merge pull request #3096 from phl0/sslDebug
Show OpenSSL version in debug view
This commit is contained in:
@@ -119,6 +119,11 @@
|
|||||||
<td><?= __("MySQL Version"); ?></td>
|
<td><?= __("MySQL Version"); ?></td>
|
||||||
<td><?php echo $this->db->version(); ?></td>
|
<td><?php echo $this->db->version(); ?></td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
||||||
|
<tr>
|
||||||
|
<td><?= __("OpenSSL Version"); ?></td>
|
||||||
|
<td><?php echo OPENSSL_VERSION_TEXT ?? __("not found"); ?></td>
|
||||||
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td><?= __("Codeigniter Version"); ?></td>
|
<td><?= __("Codeigniter Version"); ?></td>
|
||||||
<td><?php echo CI_VERSION; ?></td>
|
<td><?php echo CI_VERSION; ?></td>
|
||||||
|
|||||||
Reference in New Issue
Block a user