diff --git a/BancaDati/BancaDati.php b/BancaDati/BancaDati.php index 801d5cd..24338bb 100644 --- a/BancaDati/BancaDati.php +++ b/BancaDati/BancaDati.php @@ -9,7 +9,7 @@ class BancaDati { private $dbName = "BancaDati"; private $linkName = "localhost"; private $user = "root"; - private $pw = ""; + private $pw = "root"; public $pdo; public function __construct() {