removed gitignore

This commit is contained in:
Felix Ivo 2025-06-16 10:39:29 +02:00
parent 0b4228fdd2
commit c46d90a40c
2 changed files with 1 additions and 2 deletions

1
.gitignore vendored
View File

@ -1 +0,0 @@
Model/Database.php

View File

@ -10,7 +10,7 @@ abstract class Database {
private $dbName = "pbbfa23civ_notes"; //Datenbankname
private $linkName = "mysql.pb.bib.de"; //Datenbank-Server
private $user = "pbbfa23civ"; //Benutzername
private $pw = "eJZpd6EuqZzV"; //Passwort
private $pw = "8HEFfSy85CFh"; //Passwort
/**
* Stellt eine Verbindung zur Datenbank her