admin/admin.php
Avoid deeply nested control flow statements. Open
Open
if ($counter > 4) {
$counter = 0;
echo '</tr>';
echo '<tr>';
}
Avoid deeply nested control flow statements. Open
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;
Line exceeds 120 characters; contains 125 characters Open
Open
|| false !== $syspermHandler->checkRight('system_admin', $category, $groups, $xoopsModule->getVar('mid'))
- Exclude checks
Line exceeds 120 characters; contains 125 characters Open
Open
include XOOPS_ROOT_PATH . '/modules/system/language/' . $xoopsConfig['language'] . '/admin/' . $fct . '.php';
- Exclude checks
Line exceeds 120 characters; contains 145 characters Open
Open
echo "<a href='" . XOOPS_URL . '/modules/system/admin.php?fct=' . $file . "'><b>" . trim($modversion['name']) . "</b></a>\n";
- Exclude checks
Line exceeds 120 characters; contains 132 characters Open
Open
if (file_exists(XOOPS_ROOT_PATH . '/modules/system/language/' . $xoopsConfig['language'] . '/admin/' . $fct . '.php')) {
- Exclude checks