File tree Expand file tree Collapse file tree 1 file changed +1
-0
lines changed
resources/views/installer Expand file tree Collapse file tree 1 file changed +1
-0
lines changed Original file line number Diff line number Diff line change 62
62
<tr ><td >DOM: </td ><td >@if (extension_loaded (' DOM' ) )<i class =" bi bi-check-lg" ></i >@else <i class =" bi bi-x-lg" ></i >@endif </td ></tr >
63
63
<tr ><td >Fileinfo: </td ><td >@if (extension_loaded (' Fileinfo' ) )<i class =" bi bi-check-lg" ></i >@else <i class =" bi bi-x-lg" ></i >@endif </td ></tr >
64
64
<tr ><td >JSON: </td ><td >@if (extension_loaded (' JSON' ) )<i class =" bi bi-check-lg" ></i >@else <i class =" bi bi-x-lg" ></i >@endif </td ></tr >
65
+ <tr ><td >iconv: </td ><td >@if (extension_loaded (' iconv' ) )<i class =" bi bi-check-lg" ></i >@else <i class =" bi bi-x-lg" ></i >@endif </td ></tr >
65
66
<tr ><td >Mbstring: </td ><td >@if (extension_loaded (' Mbstring' ) )<i class =" bi bi-check-lg" ></i >@else <i class =" bi bi-x-lg" ></i >@endif </td ></tr >
66
67
<tr ><td >OpenSSL: </td ><td >@if (extension_loaded (' OpenSSL' ) )<i class =" bi bi-check-lg" ></i >@else <i class =" bi bi-x-lg" ></i >@endif </td ></tr >
67
68
<tr ><td >PCRE: </td ><td >@if (extension_loaded (' PCRE' ) )<i class =" bi bi-check-lg" ></i >@else <i class =" bi bi-x-lg" ></i >@endif </td ></tr >
You can’t perform that action at this time.
0 commit comments