Commit 5cf7dc763a86d7d7e95ff83f0cb4e3b398c76138
1 parent
b949bd01
Exists in
master
and in
7 other branches
--no commit message
Showing
1 changed file
with
0 additions
and
3 deletions
Show diff stats
testainstal.php
... | ... | @@ -168,9 +168,6 @@ catch(ee) |
168 | 168 | if (!extension_loaded("json")){ |
169 | 169 | echo "<span style=color:red >Problema: não está instalado a json<br></span>"; |
170 | 170 | } |
171 | - if (!extension_loaded("imagick")){ | |
172 | - echo "<span style=color:red >Problema: não está instalado a imagick<br></span>"; | |
173 | - } | |
174 | 171 | if (!extension_loaded("libxml")){ |
175 | 172 | echo "<span style=color:red >Problema: não está instalado a libxml<br></span>"; |
176 | 173 | } | ... | ... |