2
0

change folder structure for KA's

This commit is contained in:
2026-05-20 15:00:22 +02:00
parent 44623ba94e
commit b3afa9163b
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";
?>