New: Ajout controle sur support des fonctions graphiques GD
This commit is contained in:
parent
dc76a2345e
commit
a63898590f
@ -107,7 +107,7 @@ else
|
|||||||
|
|
||||||
|
|
||||||
// Check if GD installed
|
// Check if GD installed
|
||||||
if (! function_exists("imagecreate "))
|
if (! function_exists("imagecreate"))
|
||||||
{
|
{
|
||||||
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";
|
||||||
$checksok=0;
|
$checksok=0;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user