done #3

Merged
PBS2H21ASH merged 19 commits from done into don 2023-01-24 20:11:21 +01:00
Showing only changes of commit b607934c8d - Show all commits

View File

@ -9,7 +9,7 @@ class BancaDati {
private $dbName = "BancaDati"; private $dbName = "BancaDati";
private $linkName = "localhost"; private $linkName = "localhost";
private $user = "root"; private $user = "root";
private $pw = ""; private $pw = "root";
public $pdo; public $pdo;
public function __construct() { public function __construct() {