Merge branch 'master' of https://gitea.therealblue.de/hekop/linkdb
commit
092e3db6b9
|
@ -1,7 +1,7 @@
|
|||
<?php
|
||||
try {
|
||||
// Verbindung zur Datenbank herstellen
|
||||
$pdo = new PDO('mysql:host=localhost;dbname=links', 'linksdb', 'linksdb');
|
||||
$pdo = new PDO('mysql:host=localhost;dbname=linkdb', 'linkdb', 'linkdb');
|
||||
$pdo->setAttribute(PDO::ATTR_ERRMODE, PDO::ERRMODE_EXCEPTION);
|
||||
|
||||
// Tabelle link erstellen, falls nicht vorhanden
|
||||
|
|
Loading…
Reference in New Issue