htdocs/modules/system/admin/version/module_info.php
Invalid offset "sitename"
of array type array{template_set:mixed}
Open
Open
. "<title>" . htmlspecialchars($icmsConfig['sitename']) . "</title>\n";
- Exclude checks
Reference to undeclared constant \_LICENSE
Open
Open
$modinfo = array(_VERSION, _DESCRIPTION, _AUTHOR, _CREDITS, _LICENSE);
- Exclude checks
Reference to undeclared constant \_CREDITS
Open
Open
$modinfo = array(_VERSION, _DESCRIPTION, _AUTHOR, _CREDITS, _LICENSE);
- Exclude checks
Reference to undeclared constant \_VERSION
Open
Open
$modinfo = array(_VERSION, _DESCRIPTION, _AUTHOR, _CREDITS, _LICENSE);
- Exclude checks
Call to method handler
from undeclared class \icms
Open
Open
$module_handler = icms::handler('icms_module');
- Exclude checks
Reference to undeclared constant \_CHARSET
Open
Open
. "<meta http-equiv=\"Content-Type\" content=\"text/html; charset=" . _CHARSET . "\"></meta>\n"
- Exclude checks
Argument 1 (string)
is null
but \htmlspecialchars()
takes string
Open
Open
. "<title>" . htmlspecialchars($icmsConfig['sitename']) . "</title>\n";
- Exclude checks
Call to method handler
from undeclared class \icms
Open
Open
$module_handler = icms::handler('icms_module');
- Exclude checks
Reference to undeclared constant \_CLOSE
Open
Open
echo "<a href=\"javascript:window.close();\">" . _CLOSE . "</a>";
- Exclude checks
Reference to undeclared constant \_AUTHOR
Open
Open
$modinfo = array(_VERSION, _DESCRIPTION, _AUTHOR, _CREDITS, _LICENSE);
- Exclude checks
Reference to undeclared constant \_DESCRIPTION
Open
Open
$modinfo = array(_VERSION, _DESCRIPTION, _AUTHOR, _CREDITS, _LICENSE);
- Exclude checks
Unexpected trailing spaces found. Open
Open
- Exclude checks