„link.php“ ändern
parent
b38a1020f5
commit
e943ff63d5
2
link.php
2
link.php
|
@ -18,7 +18,7 @@ class dbLinkHandler
|
||||||
try
|
try
|
||||||
{
|
{
|
||||||
// Verbindung zur Datenbank herstellen
|
// 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);
|
$this->pdo->setAttribute(PDO::ATTR_ERRMODE, PDO::ERRMODE_EXCEPTION);
|
||||||
|
|
||||||
// Tabelle link erstellen, falls nicht vorhanden
|
// Tabelle link erstellen, falls nicht vorhanden
|
||||||
|
|
Loading…
Reference in New Issue