ImpressCMS/impresscms

View on GitHub
htdocs/privpolicy.php

Summary

Maintainability
A
0 mins
Test Coverage

Variable $icmsConfigUser is undeclared
Open

$priv = str_replace('{X_SITEURL}', ICMS_URL.'/', $icmsConfigUser['priv_policy']);
Severity: Minor
Found in htdocs/privpolicy.php by phan

Variable $icmsConfigUser is undeclared
Open

if ($icmsConfigUser['priv_dpolicy'] == false) {
Severity: Minor
Found in htdocs/privpolicy.php by phan

Variable $xoopsTpl is undeclared
Open

$xoopsTpl->assign('lang_privacy_policy', _PRV_PRIVACY_POLICY);
Severity: Minor
Found in htdocs/privpolicy.php by phan

Call to method checkVar from undeclared class \icms_core_DataFilter
Open

$priv = icms_core_DataFilter::checkVar($priv, 'html', 'output');
Severity: Critical
Found in htdocs/privpolicy.php by phan

Reference to undeclared constant \_US_NOPERMISS
Open

    redirect_header('index.php', 2, _US_NOPERMISS);
Severity: Minor
Found in htdocs/privpolicy.php by phan

Variable $xoopsTpl is undeclared
Open

$xoopsTpl->assign('priv_policy', $priv);
Severity: Minor
Found in htdocs/privpolicy.php by phan

Variable $xoopsTpl is undeclared
Open

$xoopsTpl->assign('priv_poltype', 'page');
Severity: Minor
Found in htdocs/privpolicy.php by phan

Reference to undeclared constant \_PRV_PRIVACY_POLICY
Open

$xoopsTpl->assign('lang_privacy_policy', _PRV_PRIVACY_POLICY);
Severity: Minor
Found in htdocs/privpolicy.php by phan

Expected 1 newline at end of file; 0 found
Open

include ICMS_ROOT_PATH.'/footer.php';
Severity: Minor
Found in htdocs/privpolicy.php by phpcodesniffer

There are no issues that match your filters.

Category
Status