mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-07-08 22:18:28 +03:00
OpenSSL required due to S/MIME
This commit is contained in:
parent
dcfa144ce3
commit
044b0dcde6
1 changed files with 1 additions and 0 deletions
|
|
@ -97,6 +97,7 @@ abstract class Integrity
|
|||
public static function phpExtensions()
|
||||
{
|
||||
$aRequirements = array(
|
||||
'openssl' => extension_loaded('openssl'),
|
||||
'mbstring' => extension_loaded('mbstring'),
|
||||
'Zlib' => extension_loaded('zlib'),
|
||||
// enabled by default:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue