2
0
This commit is contained in:
Daniel
2026-05-19 14:43:41 +02:00
parent 06ac0e086a
commit ad8114a31b
6 changed files with 270 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
<?php
// DANIEL CWIKLA
$db_engine = "mysql";
$db_name = "hardwarefuchs";
$db_host = "localhost";
$db_user = "phpmyadmin";
$db_password = "server";
?>