ImpressCMS/impresscms

View on GitHub
htdocs/modules/system/admin/version/module_info.php

Summary

Maintainability
A
0 mins
Test Coverage

Invalid offset "sitename" of array type array{template_set:mixed}
Open

    . "<title>" . htmlspecialchars($icmsConfig['sitename']) . "</title>\n";

Reference to undeclared constant \_LICENSE
Open

$modinfo = array(_VERSION, _DESCRIPTION, _AUTHOR, _CREDITS, _LICENSE);

Reference to undeclared constant \_CREDITS
Open

$modinfo = array(_VERSION, _DESCRIPTION, _AUTHOR, _CREDITS, _LICENSE);

Reference to undeclared constant \_VERSION
Open

$modinfo = array(_VERSION, _DESCRIPTION, _AUTHOR, _CREDITS, _LICENSE);

Call to method handler from undeclared class \icms
Open

        $module_handler = icms::handler('icms_module');

Reference to undeclared constant \_CHARSET
Open

    . "<meta http-equiv=\"Content-Type\" content=\"text/html; charset=" . _CHARSET . "\"></meta>\n"

Argument 1 (string) is null but \htmlspecialchars() takes string
Open

    . "<title>" . htmlspecialchars($icmsConfig['sitename']) . "</title>\n";

Call to method handler from undeclared class \icms
Open

    $module_handler = icms::handler('icms_module');

Reference to undeclared constant \_CLOSE
Open

echo "<a href=\"javascript:window.close();\">" . _CLOSE . "</a>";

Reference to undeclared constant \_AUTHOR
Open

$modinfo = array(_VERSION, _DESCRIPTION, _AUTHOR, _CREDITS, _LICENSE);

Reference to undeclared constant \_DESCRIPTION
Open

$modinfo = array(_VERSION, _DESCRIPTION, _AUTHOR, _CREDITS, _LICENSE);

Unexpected trailing spaces found.
Open

    

There are no issues that match your filters.

Category
Status