From b607934c8da0ec20ac45f51e6560d6041e352e79 Mon Sep 17 00:00:00 2001 From: Johannes Kantz <67144859+JohannesKantz@users.noreply.github.com> Date: Tue, 24 Jan 2023 09:01:58 +0100 Subject: [PATCH] db pw --- BancaDati/BancaDati.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() {