Update index.php

This commit is contained in:
Julian Prieber 2023-05-10 15:09:02 +02:00
parent e6bbdd1749
commit c0430e3d0a
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ use Illuminate\Http\Request;
$installing_file_exists = file_exists(__DIR__ . '/INSTALLING'); $installing_file_exists = file_exists(__DIR__ . '/INSTALLING');
if ($installing_file_exists) { if ($installing_file_exists) {
$required_extensions = array('bcmath', 'ctype', 'curl', 'dom', 'fileinfo', 'json', 'mbstring', 'openssl', 'pcre', 'pdo', 'tokenizer', 'xml'); $required_extensions = array('bcmath', 'ctype', 'curl', 'dom', 'fileinfo', 'json', 'mbstring', 'openssl', 'pcre', 'pdo', 'tokenizer', 'xml', 'iconv');
foreach ($required_extensions as $ext) { foreach ($required_extensions as $ext) {
if (!extension_loaded($ext)) { if (!extension_loaded($ext)) {