This commit is contained in:
S170H
2023-12-17 22:17:05 +01:00
committed by Robert
parent b6100b2ab6
commit 94f7100138
29 changed files with 841 additions and 5 deletions

View File

@@ -21,7 +21,7 @@ $newletterCount = 0;
$link = mysqli_connect(
"127.0.0.1", // Host der Datenbank
"root", // Benutzername zur Anmeldung
"admin", // Passwort
"wm#32", // Passwort
"emensawerbeseite" // Auswahl der Datenbanken (bzw. des Schemas)
);