fix: login with Token
This commit is contained in:
@@ -120,6 +120,7 @@ class BancaDati {
|
||||
try {
|
||||
return $this->pdo->query($sql)->fetch();
|
||||
}catch (PDOException $e){
|
||||
var_dump($e);
|
||||
die;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user