Skip to content

Commit c0430e3

Browse files
committed
Update index.php
1 parent e6bbdd1 commit c0430e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
$installing_file_exists = file_exists(__DIR__ . '/INSTALLING');
77

88
if ($installing_file_exists) {
9-
$required_extensions = array('bcmath', 'ctype', 'curl', 'dom', 'fileinfo', 'json', 'mbstring', 'openssl', 'pcre', 'pdo', 'tokenizer', 'xml');
9+
$required_extensions = array('bcmath', 'ctype', 'curl', 'dom', 'fileinfo', 'json', 'mbstring', 'openssl', 'pcre', 'pdo', 'tokenizer', 'xml', 'iconv');
1010

1111
foreach ($required_extensions as $ext) {
1212
if (!extension_loaded($ext)) {

0 commit comments

Comments
 (0)