attogram/attogram-user

View on GitHub
actions/login.php

Summary

Maintainability
A
0 mins
Test Coverage

Variable $this is undeclared
Open

        $this->shutdown();
Severity: Minor
Found in actions/login.php by phan

Variable $this is undeclared
Open

    $this->log->error('login.php: AttogramUser class not found');
Severity: Minor
Found in actions/login.php by phan

Variable $this is undeclared
Open

$this->pageHeader('Login');
Severity: Minor
Found in actions/login.php by phan

Variable $this is undeclared
Open

$this->pageFooter();
Severity: Minor
Found in actions/login.php by phan

Variable $this is undeclared
Open

        header('Location: ' . $this->path . '/');
Severity: Minor
Found in actions/login.php by phan

Variable $this is undeclared
Open

            $this->clientIp . ' LOGIN: id: ' . $_SESSION['attogram_id']
Severity: Minor
Found in actions/login.php by phan

Variable $this is undeclared
Open

        $this->event->info(
Severity: Minor
Found in actions/login.php by phan

Variable $this is undeclared
Open

    if (\Attogram\AttogramUser::login($this->log, $this->database)) {
Severity: Minor
Found in actions/login.php by phan

Variable $this is undeclared
Open

    $this->error404('Login Disbled.  Attogram User module missing in action!');
Severity: Minor
Found in actions/login.php by phan

There are no issues that match your filters.

Category
Status