From e943ff63d5ecfbcca95bfb17c68257369d44651a Mon Sep 17 00:00:00 2001 From: Helge Date: Tue, 11 Jan 2022 13:48:53 +0100 Subject: [PATCH] =?UTF-8?q?=E2=80=9Elink.php=E2=80=9C=20=C3=A4ndern?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- link.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/link.php b/link.php index a374549..d0bfddd 100644 --- a/link.php +++ b/link.php @@ -18,7 +18,7 @@ class dbLinkHandler try { // Verbindung zur Datenbank herstellen - $this->pdo = new PDO('mysql:host=localhost;dbname=linkdb', 'linkdb', 'linkdb'); + $this->pdo = new PDO('mysql:host=localhost;dbname=linkvz', 'linkvz', 'linkvz'); $this->pdo->setAttribute(PDO::ATTR_ERRMODE, PDO::ERRMODE_EXCEPTION); // Tabelle link erstellen, falls nicht vorhanden