This commit is contained in:
2025-07-03 12:19:27 +02:00
3 changed files with 57 additions and 31 deletions

View File

@@ -17,7 +17,7 @@ class UserModel extends Database
$hash = hash('sha256', $values["password"] . $salt);
$guid = rand(0, 500);
$guid = $this->createUUID();
$pdo = $this->linkDB();