APO-Epsilon/apo-website

View on GitHub
r8conf2016/logout.php

Summary

Maintainability
A
0 mins
Test Coverage

Spaces must be used to indent lines; tabs are not allowed
Open

    unset($_SESSION['sessionConfID']);
Severity: Minor
Found in r8conf2016/logout.php by phpcodesniffer

Spaces must be used to indent lines; tabs are not allowed
Open

    session_destroy();
Severity: Minor
Found in r8conf2016/logout.php by phpcodesniffer

Space before opening parenthesis of function call prohibited
Open

require_once ('session.php');
Severity: Minor
Found in r8conf2016/logout.php by phpcodesniffer

A closing tag is not permitted at the end of a PHP file
Open

?>
Severity: Minor
Found in r8conf2016/logout.php by phpcodesniffer

Space before opening parenthesis of function call prohibited
Open

require_once ('../mysql_access.php');
Severity: Minor
Found in r8conf2016/logout.php by phpcodesniffer

Expected 1 space after IF keyword; 0 found
Open

if($_SESSION['sessionConfID']){
Severity: Minor
Found in r8conf2016/logout.php by phpcodesniffer

Expected 1 space after closing parenthesis; found 0
Open

if($_SESSION['sessionConfID']){
Severity: Minor
Found in r8conf2016/logout.php by phpcodesniffer

There are no issues that match your filters.

Category
Status