ImpressCMS/impresscms

View on GitHub
htdocs/mainfile.php

Summary

Maintainability
A
0 mins
Test Coverage

Tabs must be used to indent lines; spaces are not allowed
Open

    header('Location: install/index.php');
Severity: Minor
Found in htdocs/mainfile.php by phpcodesniffer

Expected 1 space after closing parenthesis; found 0
Open

if(! defined('XOOPS_INSTALL')){
Severity: Minor
Found in htdocs/mainfile.php by phpcodesniffer

Expected 1 space after IF keyword; 0 found
Open

if(! defined('XOOPS_INSTALL')){
Severity: Minor
Found in htdocs/mainfile.php by phpcodesniffer

Unexpected spaces found.
Open

    header('Location: install/index.php');
Severity: Minor
Found in htdocs/mainfile.php by editorconfig

There are no issues that match your filters.

Category
Status