Commit 5cf7dc763a86d7d7e95ff83f0cb4e3b398c76138

Authored by Edmar Moretti
1 parent b949bd01

--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&atilde;o est&aacute; instalado a json<br></span>";
170 170 }
171   - if (!extension_loaded("imagick")){
172   - echo "<span style=color:red >Problema: n&atilde;o est&aacute; instalado a imagick<br></span>";
173   - }
174 171 if (!extension_loaded("libxml")){
175 172 echo "<span style=color:red >Problema: n&atilde;o est&aacute; instalado a libxml<br></span>";
176 173 }
... ...