qcminecraft/Carbon-Forum-F

View on GitHub
seccode.php

Summary

Maintainability
A
1 hr
Test Coverage

Consider simplifying this complex logical expression.
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);
    
Severity: Critical
Found in seccode.php - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status