ImpressCMS/impresscms

View on GitHub
htdocs/include/cp_header.php

Summary

Maintainability
A
0 mins
Test Coverage

Reference to static property module from undeclared class \icms
Open

icms_loadLanguageFile(icms::$module->getVar('dirname'), 'admin');
Severity: Critical
Found in htdocs/include/cp_header.php by phan

Call to method setDeprecated from undeclared class \icms_core_Debug
Open

    icms_core_Debug::setDeprecated('', 'mainfile.php should not be loaded before including cp_header.php');
Severity: Critical
Found in htdocs/include/cp_header.php by phan

Call to method loadService from undeclared class \icms
Open

    icms::loadService('module', array('icms_module_Handler', 'service'), array(TRUE));
Severity: Critical
Found in htdocs/include/cp_header.php by phan

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

    icms::loadService('module', array('icms_module_Handler', 'service'), array(TRUE));
Severity: Minor
Found in htdocs/include/cp_header.php by phpcodesniffer

There are no issues that match your filters.

Category
Status