Update index.php
This commit is contained in:
parent
e6bbdd1749
commit
c0430e3d0a
|
@ -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)) {
|
||||||
|
|
Loading…
Reference in New Issue