mirror of
https://github.com/flarum/framework.git
synced 2024-11-28 20:16:08 +08:00
parent
a04acca92e
commit
f5d2d2ff79
|
@ -49,7 +49,7 @@ class IndexAction extends HtmlAction
|
|||
];
|
||||
}
|
||||
|
||||
foreach (['mbstring', 'pdo_mysql', 'json', 'gd', 'dom'] as $extension) {
|
||||
foreach (['mbstring', 'pdo_mysql', 'openssl', 'json', 'gd', 'dom'] as $extension) {
|
||||
if (! extension_loaded($extension)) {
|
||||
$errors[] = [
|
||||
'message' => 'The <strong>'.$extension.'</strong> extension is required.'
|
||||
|
|
Loading…
Reference in New Issue
Block a user