mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-28 19:49:20 +03:00
Resolve #1250
This commit is contained in:
parent
1d27c22085
commit
611c5f2631
1 changed files with 1 additions and 0 deletions
|
|
@ -34,6 +34,7 @@ $aRequirements = array(
|
|||
'mbstring' => extension_loaded('mbstring'),
|
||||
'Zlib' => extension_loaded('zlib'),
|
||||
// enabled by default:
|
||||
'ctype' => extension_loaded('ctype'),
|
||||
'json' => function_exists('json_decode'),
|
||||
'libxml' => function_exists('libxml_use_internal_errors'),
|
||||
'dom' => class_exists('DOMDocument')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue