ImpressCMS/impresscms

View on GitHub
htdocs/modules/system/icms_version.php

Summary

Maintainability
A
0 mins
Test Coverage

Reference to undeclared constant \_LANGNAME
Open

$modversion['manual']['wiki'][] = "<a href='https://www.impresscms.org/modules/simplywiki/index.php?page=Administration" . _LANGCODE . "' target='_blank'>" . _LANGNAME . "</a>";
Severity: Minor
Found in htdocs/modules/system/icms_version.php by phan

Reference to undeclared constant \_LANGCODE
Open

$modversion['manual']['wiki'][] = "<a href='https://www.impresscms.org/modules/simplywiki/index.php?page=Administration" . _LANGCODE . "' target='_blank'>" . _LANGNAME . "</a>";
Severity: Minor
Found in htdocs/modules/system/icms_version.php by phan

TRUE, FALSE and NULL must be lowercase; expected "true" but found "TRUE"
Open

    'official' => TRUE,

TRUE, FALSE and NULL must be lowercase; expected "false" but found "FALSE"
Open

$modversion['hasSearch'] = FALSE;

TRUE, FALSE and NULL must be lowercase; expected "true" but found "TRUE"
Open

$modversion['hasAdmin'] = TRUE;

TRUE, FALSE and NULL must be lowercase; expected "false" but found "FALSE"
Open

$modversion['hasMain'] = FALSE;

TRUE, FALSE and NULL must be lowercase; expected "true" but found "TRUE"
Open

$modversion['autotasks'][] = array('enabled' => TRUE, 'name' => _MI_SYSTEM_REMOVEUSERS, 'code' => 'autotask.php', 'interval' => 1440);

There are no issues that match your filters.

Category
Status