This commit is contained in:
William 2022-02-27 09:19:55 +01:00
parent c95ed40dec
commit 46c83e377f

View File

@ -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(