From c0430e3d0a02dc35e4af07c49d6c5c328a8c648a Mon Sep 17 00:00:00 2001 From: Julian Prieber Date: Wed, 10 May 2023 15:09:02 +0200 Subject: [PATCH] Update index.php --- index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.php b/index.php index 74b6ef7..672ae81 100644 --- a/index.php +++ b/index.php @@ -6,7 +6,7 @@ use Illuminate\Http\Request; $installing_file_exists = file_exists(__DIR__ . '/INSTALLING'); 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) { if (!extension_loaded($ext)) {