Merge shape3d2/main into develop (take main versions)

This commit is contained in:
2026-01-23 00:41:29 +01:00
28 changed files with 635 additions and 2 deletions

View File

@@ -0,0 +1 @@

1
src/README.md Normal file
View File

@@ -0,0 +1 @@
# src\n\nTODO: Core backend/business logic.\n

10
src/config.php Executable file
View File

@@ -0,0 +1,10 @@
<?php
// inc/config.php
// Diese Datei außerhalb des Webroots ablegen!
return [
'db_host' => 'localhost',
'db_name' => 'd0453540',
'db_user' => 'd0453540',
'db_pass' => 'P6jGRrSaX8QSiBMEJBL7',
'db_charset' => 'utf8mb4',
];