JWT introduce other algorithms

This commit is contained in:
2022-10-23 21:26:27 +02:00
parent 7a4222ac39
commit c277aababc
5 changed files with 85 additions and 21 deletions

View File

@@ -65,7 +65,7 @@ class MySQL extends SQL {
return false;
}
mysqli_set_charset($this->connection, $this->connectionData->getProperty('encoding', 'UTF-8'));
mysqli_set_charset($this->connection, $this->connectionData->getProperty('encoding', 'UTF8'));
return true;
}