From 2108576ef3b5c5466ef29ff9b7f0e7c5dd43ad7a Mon Sep 17 00:00:00 2001 From: Felix Ivo Date: Thu, 12 Jun 2025 16:49:49 +0200 Subject: [PATCH] update readme --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 912143e..44a014f 100644 --- a/README.md +++ b/README.md @@ -8,4 +8,12 @@ git commit -m "Initial commit" git branch -M main git remote add origin http://git.pb.bib.de/PBBFA23CIV/EIANotesApp.git git push -u origin main +``` + +Remember to update the credentials in `Datebase.php` +```PHP +private $dbName = "..."; //Datenbankname +private $linkName = "mysql.pb.bib.de"; //Datenbank-Server +private $user = "..."; //Benutzername +private $pw = "..."; //Passwort ``` \ No newline at end of file