XoopsModules25x/latestnews

View on GitHub
admin/admin.php

Summary

Maintainability
A
1 hr
Test Coverage

Avoid deeply nested control flow statements.
Open

                if ($counter > 4) {
                    $counter = 0;
                    echo "</tr>";
                    echo "<tr>";
                }
Severity: Major
Found in admin/admin.php - About 45 mins to fix

    Avoid deeply nested control flow statements.
    Open

                    if (false != $all_ok || in_array($modversion['category'], $ok_syscats)) {
                        echo "<td class='$class' align='center' valign='bottom' width='19%'>";
                        echo "<a href='".XOOPS_URL."/modules/system/admin.php?fct=".$file."'><b>" .trim($modversion['name'])."</b></a>\n";
                        echo "</td>";
                        $counter++;
    Severity: Major
    Found in admin/admin.php - About 45 mins to fix

      There are no issues that match your filters.

      Category
      Status