Skip to content
Snippets Groups Projects
Commit 57a542d5 authored by Laurent Destailleur's avatar Laurent Destailleur
Browse files

Fix: we still need gd

parent 63562beb
No related branches found
No related tags found
No related merge requests found
...@@ -122,8 +122,8 @@ else ...@@ -122,8 +122,8 @@ else
} }
// Check if GD supported // Check if GD supported (we need GD for image conversion)
/*if (! function_exists("imagecreate")) if (! function_exists("imagecreate"))
{ {
$langs->load("errors"); $langs->load("errors");
print '<img src="../theme/eldy/img/warning.png" alt="Error"> '.$langs->trans("ErrorPHPDoesNotSupportGD")."<br>\n"; print '<img src="../theme/eldy/img/warning.png" alt="Error"> '.$langs->trans("ErrorPHPDoesNotSupportGD")."<br>\n";
...@@ -132,7 +132,7 @@ else ...@@ -132,7 +132,7 @@ else
else else
{ {
print '<img src="../theme/eldy/img/tick.png" alt="Ok"> '.$langs->trans("PHPSupportGD")."<br>\n"; print '<img src="../theme/eldy/img/tick.png" alt="Ok"> '.$langs->trans("PHPSupportGD")."<br>\n";
}*/ }
// Check if Curl supported // Check if Curl supported
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment