Alles jetzt OHNE 'Klaus'

This commit is contained in:
2025-09-23 11:53:40 +00:00
parent 3a55b95598
commit 685b43fbb7
52 changed files with 189 additions and 206 deletions

View File

@@ -6,7 +6,7 @@ if (session_status() === PHP_SESSION_NONE) {
session_start();
}
$host_name = 'localhost';
$database = 'rezepte_klaus';
$database = 'rezepte';
$user_name = 'root';
$password = '';