seccode.php
Consider simplifying this complex logical expression. Open
Open
if (function_exists('imagecreate') && function_exists('imagecolorset') && function_exists('imagecopyresized') && function_exists('imagecolorallocate') && function_exists('imagesetpixel') && function_exists('imagechar') && function_exists('imagecreatefromgif') && function_exists('imagepng')) {
$im = imagecreate($width, $height);
$backgroundcolor = imagecolorallocate($im, 255, 255, 255);