Commit
This commit is contained in:
parent
c95ed40dec
commit
46c83e377f
@ -38,9 +38,9 @@ class User
|
|||||||
}
|
}
|
||||||
|
|
||||||
// All is good, we should be logged in now! (hopefully)
|
// All is good, we should be logged in now! (hopefully)
|
||||||
|
$this->loggedIn = TRUE;
|
||||||
$this->username = $user['username'];
|
$this->username = $user['username'];
|
||||||
$this->password = $user['password'];
|
$this->password = $user['password'];
|
||||||
$this->loggedIn = TRUE;
|
|
||||||
|
|
||||||
// Set powerLevel
|
// Set powerLevel
|
||||||
$sth = $this->database->conn->prepare(
|
$sth = $this->database->conn->prepare(
|
||||||
|
Reference in New Issue
Block a user