Login #1

Merged
PBS2H21ASH merged 15 commits from feat/login into don 2023-01-18 08:40:26 +01:00
Showing only changes of commit a2178733da - Show all commits

View File

@ -80,7 +80,6 @@ class BancaDati {
$sth = $this->pdo->prepare($sql);
$sth->execute();
}catch (PDOException $e){
var_dump($e);
die;
}
}