APO-Epsilon/apo-website

View on GitHub
hash_all_passwords.php

Summary

Maintainability
A
0 mins
Test Coverage

Inline control structures are not allowed
Open

            if (!$row) break;
Severity: Minor
Found in hash_all_passwords.php by phpcodesniffer

Line indented incorrectly; expected at least 4 spaces, found 0
Open

echo<<<END
Severity: Minor
Found in hash_all_passwords.php by phpcodesniffer

Line indented incorrectly; expected at least 4 spaces, found 0
Open

require_once ('mysql_access.php');
Severity: Minor
Found in hash_all_passwords.php by phpcodesniffer

Line indented incorrectly; expected at least 4 spaces, found 0
Open

page_header();
Severity: Minor
Found in hash_all_passwords.php by phpcodesniffer

Line indented incorrectly; expected 0 spaces, found 4
Open

    }
Severity: Minor
Found in hash_all_passwords.php by phpcodesniffer

Space before opening parenthesis of function call prohibited
Open

require_once ('mysql_access.php');
Severity: Minor
Found in hash_all_passwords.php by phpcodesniffer

Space before opening parenthesis of function call prohibited
Open

require_once ('session.php');
Severity: Minor
Found in hash_all_passwords.php by phpcodesniffer

Line indented incorrectly; expected 0 spaces, found 8
Open

        while ($row = mysqli_fetch_array($query)) {
Severity: Minor
Found in hash_all_passwords.php by phpcodesniffer

Closing brace indented incorrectly; expected 8 spaces, found 4
Open

    }
Severity: Minor
Found in hash_all_passwords.php by phpcodesniffer

There are no issues that match your filters.

Category
Status